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