From e026f620f8d1d9cdd49686b3598ac58443cc1938 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Wed, 28 Jun 2006 15:15:01 -0400 Subject: BUG: fix typo --- Modules/CTest.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12