]> git.ipfire.org Git - thirdparty/curl.git/commit
CMake: make BUILD_TESTING dependent option
authorSergei Nikulov <sergey.nikulov@gmail.com>
Tue, 13 Oct 2020 20:37:15 +0000 (23:37 +0300)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 29 Oct 2020 08:34:30 +0000 (09:34 +0100)
commit3a1e798009799be1e9fad30666351b66f250befb
treeebb9908610832d95a333f37bcc786fc78a9f681a
parent9a844625c414c5abb89b82c5c017ff25b098ada7
CMake: make BUILD_TESTING dependent option

CMake will now handle BUILD_TESTING depending on PERL_FOUND and
CURL_DISABLE_TESTING

Ref: #6036
Closes #6072
CMakeLists.txt