mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 11:22:21 -06: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
Fortran
4 lines
74 B
Fortran
subroutine VerifyFortran
|
|
print *, 'VerifyFortran'
|
|
end
|