BUG: move this back out of the if statemtn
This commit is contained in:
parent
50c187903d
commit
2421c11a98
|
@ -1668,8 +1668,8 @@ void cmLocalGenerator::AddLanguageFlags(std::string& flags,
|
|||
flags += " -isysroot ";
|
||||
flags += sysroot;
|
||||
}
|
||||
this->AddConfigVariableFlags(flags, flagsVar.c_str(), config);
|
||||
}
|
||||
this->AddConfigVariableFlags(flags, flagsVar.c_str(), config);
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue