summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2020-01-20 16:48:11 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2020-01-20 20:49:29 (GMT)
commit701a5c60e059a53ebf458174253811167c1ae3fc (patch)
treebab6215b5f360a867993cebdff36930886d33446 /CMakeLists.txt
parentaf158149e76519e8864d07b294c0e514c430c725 (diff)
downloadCMake-701a5c60e059a53ebf458174253811167c1ae3fc.zip
CMake-701a5c60e059a53ebf458174253811167c1ae3fc.tar.gz
CMake-701a5c60e059a53ebf458174253811167c1ae3fc.tar.bz2
cmake: avoid marking local or unused variables as advanced
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index da99a6e..9fef961 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -264,7 +264,6 @@ macro(CMAKE_SETUP_TESTING)
${CMake_BINARY_DIR}/Testing/HTML/TestingResults/Icons/Logo.gif COPYONLY)
endif()
mark_as_advanced(DART_ROOT)
- mark_as_advanced(CURL_TESTING)
endmacro()