diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-17 15:48:52 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-17 15:48:52 (GMT) |
commit | 577cf9194542b874676a08291f3a27a65784d017 (patch) | |
tree | bd6840be8cae58d1f0800df1e8397ced84a33608 /Source/cmCacheManager.h | |
parent | e5e0132203ab8b8c2391ad7847cf2204d1e44639 (diff) | |
download | CMake-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.h | 1 |
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(); } |