mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
ENH: support unset of properties
This commit is contained in:
@@ -92,6 +92,7 @@ private:
|
||||
std::set<cmStdString> Names;
|
||||
std::string PropertyName;
|
||||
std::string PropertyValue;
|
||||
bool Remove;
|
||||
bool AppendMode;
|
||||
|
||||
// Implementation of each property type.
|
||||
|
||||
Reference in New Issue
Block a user