mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
VS: Add method to take a value out of the option parser flag map
Remove a flag from the map and return its value.
This commit is contained in:
@@ -91,6 +91,8 @@ private:
|
||||
std::string UnknownFlagField;
|
||||
|
||||
virtual void StoreUnknownFlag(const char* flag);
|
||||
|
||||
FlagValue TakeFlag(std::string const& key);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user