mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
ENH: tiny performance improvement
This commit is contained in:
@@ -163,7 +163,8 @@ bool cmListFile::ParseFile(const char* filename,
|
||||
std::string name = cmSystemTools::LowerCase(i->Name);
|
||||
if (allowedCommands.find(name) == allowedCommands.end())
|
||||
{
|
||||
isProblem = true;
|
||||
isProblem = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user