CMP0018: Remove support for OLD behavior

This commit is contained in:
Brad King
2024-11-17 10:53:57 -05:00
parent b6930d24f8
commit 41a7a0119f
8 changed files with 15 additions and 91 deletions
+1 -1
View File
@@ -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);