mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-24 16:49:18 -06:00
VS: Add method to clear flag tables of option parser
This commit is contained in:
@@ -81,6 +81,13 @@ void cmVisualStudioGeneratorOptions::AddTable(cmVS7FlagTable const* table)
|
||||
}
|
||||
}
|
||||
|
||||
void cmVisualStudioGeneratorOptions::ClearTables()
|
||||
{
|
||||
for (int i = 0; i < FlagTableCount; ++i) {
|
||||
this->FlagTable[i] = CM_NULLPTR;
|
||||
}
|
||||
}
|
||||
|
||||
void cmVisualStudioGeneratorOptions::FixExceptionHandlingDefault()
|
||||
{
|
||||
// Exception handling is on by default because the platform file has
|
||||
|
||||
Reference in New Issue
Block a user