mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
36dc8d6d50
If a preprocessed source also uses the Fortran `INCLUDE` directive, search the original source file's directory. Fixes: #25792
5 lines
120 B
Fortran
5 lines
120 B
Fortran
subroutine non_pp_include_subroutine
|
|
use non_pp_include_module
|
|
call non_pp_include_module_subroutine
|
|
end subroutine
|