summaryrefslogtreecommitdiffstats
path: root/Modules/CTest.cmake
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-06-28 19:15:01 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-06-28 19:15:01 (GMT)
commite026f620f8d1d9cdd49686b3598ac58443cc1938 (patch)
treec64b8d1a0eda6bfd5d9eb85227f41c3da259696d /Modules/CTest.cmake
parent11a64c8c0a1bb0be5325b9baa3bfaaaaf3963df8 (diff)
downloadCMake-e026f620f8d1d9cdd49686b3598ac58443cc1938.zip
CMake-e026f620f8d1d9cdd49686b3598ac58443cc1938.tar.gz
CMake-e026f620f8d1d9cdd49686b3598ac58443cc1938.tar.bz2
BUG: fix typo
Diffstat (limited to 'Modules/CTest.cmake')
-rw-r--r--Modules/CTest.cmake2
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