diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 1 |
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; |