diff options
-rw-r--r-- | Modules/CTest.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CTest.cmake b/Modules/CTest.cmake index 01141f9..c8411ab 100644 --- a/Modules/CTest.cmake +++ b/Modules/CTest.cmake @@ -1,7 +1,7 @@ # - setup CTest # This file configures a project to use the CTest/Dart # testing/dashboard process. -# OPTION(BUILD_TESTING "Build the testing tree." ON) +OPTION(BUILD_TESTING "Build the testing tree." ON) IF(BUILD_TESTING) # Setup some auxilary macros |