mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
This extends the Fortran/C interface test to require that the executable link to the fortran language runtime libraries. We must verify that the proper linker is chosen.
6 lines
158 B
FortranFixed
6 lines
158 B
FortranFixed
subroutine mysub
|
|
print *, 'Printing this requires fortran language libraries'
|
|
end subroutine
|
|
subroutine my_sub
|
|
end subroutine
|