summaryrefslogtreecommitdiff
path: root/Source/cmIDEOptions.h
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2011-02-09 12:59:09 -0500
committerDavid Cole <david.cole@kitware.com>2011-02-09 13:01:19 -0500
commit98b448ee9e1fc12181667c5f7431163097466daf (patch)
tree0e89c085f790edb07e22b8ddc593d064716d44fd /Source/cmIDEOptions.h
parent7258b0674cf64292751dcd36d734688031fffa4c (diff)
downloadcmake-98b448ee9e1fc12181667c5f7431163097466daf.tar.gz
VS2010: Fixed GenerateManifest flag (#10704)
Thanks to "McBen <viertelvor12@gmx.net>" for the patch. (Did not preserve original commit author information because we have a push check for first and last name, and do not accept authors with only an alias...)
Diffstat (limited to 'Source/cmIDEOptions.h')
-rw-r--r--Source/cmIDEOptions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmIDEOptions.h b/Source/cmIDEOptions.h
index a156b23a9c..a5be8fbd55 100644
--- a/Source/cmIDEOptions.h
+++ b/Source/cmIDEOptions.h
@@ -28,6 +28,7 @@ public:
void AddDefine(const std::string& define);
void AddDefines(const char* defines);
void AddFlag(const char* flag, const char* value);
+ void RemoveFlag(const char* flag);
protected:
// create a map of xml tags to the values they should have in the output