mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-28 11:48:36 -06:00
ENH: this does not need to be safe as the value is checked
This commit is contained in:
@@ -1077,7 +1077,7 @@ const char* cmLocalGenerator::GetIncludeFlags(const char* lang)
|
||||
const char* sysIncludeFlag = 0;
|
||||
if(repeatFlag)
|
||||
{
|
||||
sysIncludeFlag = this->Makefile->GetSafeDefinition(sysFlagVar.c_str());
|
||||
sysIncludeFlag = this->Makefile->GetDefinition(sysFlagVar.c_str());
|
||||
}
|
||||
|
||||
bool flagUsed = false;
|
||||
|
||||
Reference in New Issue
Block a user