diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-06-28 19:15:01 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-06-28 19:15:01 (GMT) |
commit | e026f620f8d1d9cdd49686b3598ac58443cc1938 (patch) | |
tree | c64b8d1a0eda6bfd5d9eb85227f41c3da259696d /Modules | |
parent | 11a64c8c0a1bb0be5325b9baa3bfaaaaf3963df8 (diff) | |
download | CMake-e026f620f8d1d9cdd49686b3598ac58443cc1938.zip CMake-e026f620f8d1d9cdd49686b3598ac58443cc1938.tar.gz CMake-e026f620f8d1d9cdd49686b3598ac58443cc1938.tar.bz2 |
BUG: fix typo
Diffstat (limited to 'Modules')
-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 |