mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Since commit b0a6161190 (Fortran: Add Fortran_PREPROCESS property,
2020-04-24, v3.18.0-rc1~116^2~3), if `Fortran_PREPROCESS` is `OFF`, the
Ninja generator does not properly detect dependencies on sources loaded
via the Fortran INCLUDE directive. Fix this and add a test.
4 lines
91 B
FortranFixed
4 lines
91 B
FortranFixed
PROGRAM FortranIncludeNoPreprocess
|
|
INCLUDE 'no_preprocess.inc'
|
|
END
|