mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
This function builds a simple test project using a combination of Fortran and C (and optionally C++) to verify that the compilers are compatible. The idea is to help projects report very early to users that the compilers specified cannot mix languages.
4 lines
74 B
FortranFixed
4 lines
74 B
FortranFixed
subroutine VerifyFortran
|
|
print *, 'VerifyFortran'
|
|
end
|