summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-03-06 15:44:23 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-03-06 15:44:23 (GMT)
commite74ebd4e879f5fccf5fc5cb52fcdce24cb5fd629 (patch)
treeab7801e5188e996b0798a5fede86e4b412282443
parent851e4ceeb822a2125bada7ec64ec4dfab41e3d55 (diff)
downloadCMake-e74ebd4e879f5fccf5fc5cb52fcdce24cb5fd629.zip
CMake-e74ebd4e879f5fccf5fc5cb52fcdce24cb5fd629.tar.gz
CMake-e74ebd4e879f5fccf5fc5cb52fcdce24cb5fd629.tar.bz2
build type should not be advanced
-rw-r--r--Templates/CMakeNMakeWindowsSystemConfig.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/Templates/CMakeNMakeWindowsSystemConfig.cmake b/Templates/CMakeNMakeWindowsSystemConfig.cmake
index 868a0a4..55ba1ea 100644
--- a/Templates/CMakeNMakeWindowsSystemConfig.cmake
+++ b/Templates/CMakeNMakeWindowsSystemConfig.cmake
@@ -139,9 +139,13 @@ SET (CMAKE_MAKE_PROGRAM "nmake" CACHE STRING
SET (CMAKE_USE_WIN32_THREADS 1 CACHE BOOL
"Use the win32 thread library.")
+# this should not be advanced, but was so we have to
+# clear it in all the cache files
+MARK_AS_ADVANCED( CLEAR CMAKE_BUILD_TYPE)
# The following variables are advanced
+
MARK_AS_ADVANCED(
WORDS_BIGENDIAN
HAVE_LIMITS_H
@@ -152,7 +156,6 @@ CMAKE_OBJECT_FILE_SUFFIX
CMAKE_SHLIB_SUFFIX
CMAKE_STATICLIB_SUFFIX
CMAKE_ANSI_CFLAGS
-CMAKE_BUILD_TYPE
CMAKE_CXX_COMPILER
CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS_DEBUG