From 946f0efb7cc15476b54dc57ca5daa785f3f9a937 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 9 Oct 2013 08:23:50 -0400 Subject: Drop definition of internal property The property __CMAKE_DELETE_CACHE_CHANGE_VARS_ is not meant for public exposure. --- Source/cmake.cxx | 5 ----- 1 file changed, 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 _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. " -- cgit v0.12