summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-04-25 18:49:46 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-04-25 18:49:46 (GMT)
commite04c79dd357c8313e035696dfcac5ec879b84326 (patch)
tree715d70765bfe2c64fe08cc2432d2978bacb81d60 /Source
parent069ccd82f778277f972987041a2a8e4f6aef007d (diff)
downloadCMake-e04c79dd357c8313e035696dfcac5ec879b84326.zip
CMake-e04c79dd357c8313e035696dfcac5ec879b84326.tar.gz
CMake-e04c79dd357c8313e035696dfcac5ec879b84326.tar.bz2
ENH: Do not build tests by default
Diffstat (limited to 'Source')
-rw-r--r--Source/CTest/Curl/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/Curl/CMakeLists.txt b/Source/CTest/Curl/CMakeLists.txt
index a1e63b3..1241639 100644
--- a/Source/CTest/Curl/CMakeLists.txt
+++ b/Source/CTest/Curl/CMakeLists.txt
@@ -379,7 +379,7 @@ ADD_LIBRARY(Curl STATIC ${libCurl_SRCS})
TARGET_LINK_LIBRARIES(Curl ${CURL_LIBS})
-OPTION(CURL_TESTING "Do libCurl testing" ON)
+OPTION(CURL_TESTING "Do libCurl testing" OFF)
IF(CURL_TESTING)
SUBDIRS(Testing)
ENDIF(CURL_TESTING)