mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
If a preprocessed source also uses the Fortran `INCLUDE` directive, search the original source file's directory. Fixes: #25792
7 lines
140 B
Fortran
7 lines
140 B
Fortran
module non_pp_include_module
|
|
contains
|
|
subroutine non_pp_include_module_subroutine
|
|
print *, "Hello World!"
|
|
end subroutine
|
|
end module
|