summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-17 15:48:52 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-17 15:48:52 (GMT)
commit577cf9194542b874676a08291f3a27a65784d017 (patch)
treebd6840be8cae58d1f0800df1e8397ced84a33608 /Source/cmCacheManager.h
parente5e0132203ab8b8c2391ad7847cf2204d1e44639 (diff)
downloadCMake-577cf9194542b874676a08291f3a27a65784d017.zip
CMake-577cf9194542b874676a08291f3a27a65784d017.tar.gz
CMake-577cf9194542b874676a08291f3a27a65784d017.tar.bz2
Fix problems with advanced not being marked.
Diffstat (limited to 'Source/cmCacheManager.h')
-rw-r--r--Source/cmCacheManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCacheManager.h b/Source/cmCacheManager.h
index 648f735..84d5a2c 100644
--- a/Source/cmCacheManager.h
+++ b/Source/cmCacheManager.h
@@ -53,6 +53,7 @@ public:
return m_Position->first.c_str(); }
const char* GetProperty(const char*) const ;
bool GetPropertyAsBool(const char*) const ;
+ bool PropertyExists(const char*) const;
void SetProperty(const char* property, const char* value);
void SetProperty(const char* property, bool value);
const char* GetValue() const { return this->GetEntry().m_Value.c_str(); }