Drop definition of internal property

The property __CMAKE_DELETE_CACHE_CHANGE_VARS_ is not meant for public
exposure.
This commit is contained in:
Brad King 2013-10-09 08:23:50 -04:00
parent 277bd1db98
commit 946f0efb7c
1 changed files with 0 additions and 5 deletions

View File

@ -2484,11 +2484,6 @@ void cmake::DefineProperties(cmake *cm)
"List of packages which were not found during the CMake run. Whether a "
"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.",