mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
d6390ce26e
The Ninja generator splits preprocessing and compilation steps for Fortran. Fix this logic to work when using response files for compilation so that it works for the preprocessing step too. This fixes behavior under `CMAKE_NINJA_FORCE_RESPONSE_FILE`. Issue: #17877