summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2020-01-20 11:48:11 -0500
committerBen Boeckel <ben.boeckel@kitware.com>2020-01-20 15:49:29 -0500
commit701a5c60e059a53ebf458174253811167c1ae3fc (patch)
treebab6215b5f360a867993cebdff36930886d33446 /CMakeLists.txt
parentaf158149e76519e8864d07b294c0e514c430c725 (diff)
downloadcmake-701a5c60e059a53ebf458174253811167c1ae3fc.tar.gz
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 da99a6ee8d..9fef96139b 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()