From 946f0efb7cc15476b54dc57ca5daa785f3f9a937 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 9 Oct 2013 08:23:50 -0400 Subject: [PATCH] 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 c34c369c9..f45f56f94 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -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 _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.",