From: zhuhaow Date: Fri, 17 Feb 2017 02:55:27 +0000 (+0800) Subject: Fix typo X-Git-Tag: 0.12.0~12^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=852107e797fde8281135466167cc44ea6766c7fd;p=check Fix typo --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d193fbd..d952391 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -335,7 +335,7 @@ add_subdirectory(src) ############################################################################### # Unit tests -if (CHECK_ENABLE_TEST) +if (CHECK_ENABLE_TESTS) add_subdirectory(tests) enable_testing() add_test(NAME check_check COMMAND check_check)