de6f88d06f
This invokes CMakeDetermineCompilerABI.cmake for Fortran at the same place it is already done for C and CXX.
4 lines
87 B
Fortran
4 lines
87 B
Fortran
PROGRAM CMakeFortranCompilerId
|
|
PRINT *, 'ABI Detection Binary'
|
|
END
|