mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
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
3 lines
69 B
CMake
3 lines
69 B
CMake
set(ENV{CMAKE_NINJA_FORCE_RESPONSE_FILE} 1)
|
|
enable_language(Fortran)
|