summaryrefslogtreecommitdiffstats
path: root/Templates
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-11 17:27:06 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-11 17:27:06 (GMT)
commitbfdf8f7dcdbefe408adecd903fd669f62ad4815b (patch)
treea6cd723e11f4a3debe720f7e4c6deaf195831950 /Templates
parent19323b6bac3cd4a6fba8b3fd8df9a452d2ffe486 (diff)
downloadCMake-bfdf8f7dcdbefe408adecd903fd669f62ad4815b.zip
CMake-bfdf8f7dcdbefe408adecd903fd669f62ad4815b.tar.gz
CMake-bfdf8f7dcdbefe408adecd903fd669f62ad4815b.tar.bz2
Remove Mark_AS_ADVANCED for some variables that do not exist
Diffstat (limited to 'Templates')
-rw-r--r--Templates/CCMakeSystemConfig.cmake.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/Templates/CCMakeSystemConfig.cmake.in b/Templates/CCMakeSystemConfig.cmake.in
index 3f388cd..18543f6 100644
--- a/Templates/CCMakeSystemConfig.cmake.in
+++ b/Templates/CCMakeSystemConfig.cmake.in
@@ -14,6 +14,7 @@ SET (CMAKE_USE_PTHREADS @CMAKE_USE_PTHREADS@ CACHE BOOL
IF(WIN32)
SET (CMAKE_USE_WIN32_THREADS @CMAKE_USE_WIN32_THREADS@ CACHE BOOL
"Use the win32 thread library.")
+ MARK_AS_ADVANCED(CMAKE_USE_WIN32_THREADS)
ENDIF(WIN32)
SET (CMAKE_HP_PTHREADS @CMAKE_HP_PTHREADS@ CACHE BOOL
@@ -125,12 +126,8 @@ MARK_AS_ADVANCED(
CMAKE_C_SHLIB_LINK_FLAGS
CMAKE_C_SHLIB_RUNTIME_FLAG
CMAKE_X_LIBS
-CMAKE_USE_WIN32_THREADS
CMAKE_USE_SPROC
CMAKE_USE_PTHREADS
-CMAKE_OBJECT_FILE_SUFFIX
-CMAKE_EXECUTABLE_SUFFIX
-CMAKE_STATICLIB_SUFFIX
CMAKE_SHLIB_SUFFIX
CMAKE_MODULE_SUFFIX
CMAKE_C_COMPILER