Skip to content

Ninja: Fix Fortran INCLUDE directive dependencies when not preprocessing

Brad King requested to merge brad.king/cmake:ninja-fortran-include into master

Since !4659 (merged), 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.

Merge request reports