summaryrefslogtreecommitdiff
path: root/Source/cmSetPropertyCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2008-04-01 14:22:09 -0400
committerKen Martin <ken.martin@kitware.com>2008-04-01 14:22:09 -0400
commit16f1cc9b59c59dcd763ea9d2b65548fa5f7b4fa1 (patch)
tree0926d56a73423ec3f875a88d5b72015597fa81e6 /Source/cmSetPropertyCommand.h
parentd00476610d830a0db96da26d6c87e33d36860120 (diff)
downloadcmake-16f1cc9b59c59dcd763ea9d2b65548fa5f7b4fa1.tar.gz
ENH: support unset of properties
Diffstat (limited to 'Source/cmSetPropertyCommand.h')
-rw-r--r--Source/cmSetPropertyCommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmSetPropertyCommand.h b/Source/cmSetPropertyCommand.h
index a6d3966ca0..8ef0b7c107 100644
--- a/Source/cmSetPropertyCommand.h
+++ b/Source/cmSetPropertyCommand.h
@@ -92,6 +92,7 @@ private:
std::set<cmStdString> Names;
std::string PropertyName;
std::string PropertyValue;
+ bool Remove;
bool AppendMode;
// Implementation of each property type.