mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
2db39a59b5
Fix `ApplyLinkRuleLauncher()` to apply `RULE_LAUNCH_COMPILE`. Remove ApplyCompileRuleLauncher since it's not used and `RULE_LAUNCH_COMPILE` is handled in `AddCompilerLaunchersForLanguages()` Fixes: #27183