summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-03-12 21:02:30 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-03-12 21:02:30 (GMT)
commit8bf388109d1d95d1f269b6e78c90e88f217bafa3 (patch)
tree3105caee884426df3faaf472d12abb1586236a1e /Source/cmake.h
parentf64d3d0b77bfa41d64cf86e1b60e499eba7a813c (diff)
downloadCMake-8bf388109d1d95d1f269b6e78c90e88f217bafa3.zip
CMake-8bf388109d1d95d1f269b6e78c90e88f217bafa3.tar.gz
CMake-8bf388109d1d95d1f269b6e78c90e88f217bafa3.tar.bz2
ENH: make sure properties are re-set on each configure
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 416db7f..cb130bc 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -349,6 +349,7 @@ class cmake
this->SuppressDevWarnings = v;
}
protected:
+ void InitializeProperties();
int HandleDeleteCacheVariables(const char* var);
cmPropertyMap Properties;
std::set<std::pair<cmStdString,cmProperty::ScopeType> > AccessedProperties;