CMake/Modules/CMakeFortranCompilerABI.F
Brad King de6f88d06f ENH: Create Fortran ABI detection framework
This invokes CMakeDetermineCompilerABI.cmake for Fortran at the same
place it is already done for C and CXX.
2009-07-13 11:24:01 -04:00

4 lines
87 B
Fortran

PROGRAM CMakeFortranCompilerId
PRINT *, 'ABI Detection Binary'
END