mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-28 11:48:36 -06:00
ENH: Do not build tests by default
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user