Drop definition of internal property
The property __CMAKE_DELETE_CACHE_CHANGE_VARS_ is not meant for public exposure.
This commit is contained in:
parent
277bd1db98
commit
946f0efb7c
|
@ -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.",
|
||||
|
|
Loading…
Reference in New Issue