mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-23 23:18:38 -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