From e04c79dd357c8313e035696dfcac5ec879b84326 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Fri, 25 Apr 2003 14:49:46 -0400 Subject: ENH: Do not build tests by default --- Source/CTest/Curl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v0.12