mirror of
https://github.com/reactos/CMake.git
synced 2024-12-05 02:06:34 +00:00
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 += " -isysroot ";
|
||||||
flags += sysroot;
|
flags += sysroot;
|
||||||
}
|
}
|
||||||
this->AddConfigVariableFlags(flags, flagsVar.c_str(), config);
|
|
||||||
}
|
}
|
||||||
|
this->AddConfigVariableFlags(flags, flagsVar.c_str(), config);
|
||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user