Преглед на файлове

ENH: Do not build tests by default

Andy Cedilnik преди 22 години
родител
ревизия
e04c79dd35
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Source/CTest/Curl/CMakeLists.txt

+ 1 - 1
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)