mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
de6f88d06f
This invokes CMakeDetermineCompilerABI.cmake for Fortran at the same place it is already done for C and CXX.
4 lines
87 B
FortranFixed
4 lines
87 B
FortranFixed
PROGRAM CMakeFortranCompilerId
|
|
PRINT *, 'ABI Detection Binary'
|
|
END
|