mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 18:09:42 -05:00
ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify implementation of SET_PROPERTY command by using them.
This commit is contained in:
@@ -93,9 +93,6 @@ private:
|
||||
std::string PropertyValue;
|
||||
bool AppendMode;
|
||||
|
||||
// Implementation of value construction.
|
||||
bool ConstructValue(std::string& value, const char* old);
|
||||
|
||||
// Implementation of each property type.
|
||||
bool HandleGlobalMode();
|
||||
bool HandleDirectoryMode();
|
||||
|
||||
Reference in New Issue
Block a user