ENH: Do not build tests by default

This commit is contained in:
Andy Cedilnik 2003-04-25 14:49:46 -04:00
parent 069ccd82f7
commit e04c79dd35
1 changed files with 1 additions and 1 deletions

View File

@ -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)