mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 08:08:24 -05:00
CMP0018: Remove support for OLD behavior
This commit is contained in:
@@ -203,7 +203,7 @@ void cmGhsMultiTargetGenerator::SetCompilerFlags(std::string const& config,
|
||||
std::string flags;
|
||||
this->LocalGenerator->AddLanguageFlags(
|
||||
flags, this->GeneratorTarget, cmBuildStep::Compile, language, config);
|
||||
this->LocalGenerator->AddCMP0018Flags(flags, this->GeneratorTarget,
|
||||
this->LocalGenerator->AddFeatureFlags(flags, this->GeneratorTarget,
|
||||
language, config);
|
||||
this->LocalGenerator->AddVisibilityPresetFlags(
|
||||
flags, this->GeneratorTarget, language);
|
||||
|
||||
Reference in New Issue
Block a user