summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-09 12:23:50 (GMT)
committerBrad King <brad.king@kitware.com>2013-10-15 14:47:39 (GMT)
commit946f0efb7cc15476b54dc57ca5daa785f3f9a937 (patch)
tree22a6c757a6dc3d5f46fbc8c20db433f1ab0a9111 /Source
parent277bd1db98194fe7b48627add4442e9b7a8207a7 (diff)
downloadCMake-946f0efb7cc15476b54dc57ca5daa785f3f9a937.zip
CMake-946f0efb7cc15476b54dc57ca5daa785f3f9a937.tar.gz
CMake-946f0efb7cc15476b54dc57ca5daa785f3f9a937.tar.bz2
Drop definition of internal property
The property __CMAKE_DELETE_CACHE_CHANGE_VARS_ is not meant for public exposure.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmake.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index c34c369..f45f56f 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -2485,11 +2485,6 @@ void cmake::DefineProperties(cmake *cm)
"package has been found is determined using the <NAME>_FOUND variables.");
cm->DefineProperty(
- "__CMAKE_DELETE_CACHE_CHANGE_VARS_", cmProperty::GLOBAL,
- "Internal property",
- "Used to detect compiler changes, Do not set.");
-
- cm->DefineProperty(
"DEBUG_CONFIGURATIONS", cmProperty::GLOBAL,
"Specify which configurations are for debugging.",
"The value must be a semi-colon separated list of configuration names. "