ENH: support unset of properties

This commit is contained in:
Ken Martin
2008-04-01 14:22:09 -04:00
parent d00476610d
commit 16f1cc9b59
8 changed files with 100 additions and 29 deletions

View File

@@ -92,6 +92,7 @@ private:
std::set<cmStdString> Names;
std::string PropertyName;
std::string PropertyValue;
bool Remove;
bool AppendMode;
// Implementation of each property type.