mirror of
https://github.com/reactos/CMake.git
synced 2025-02-11 22:47:22 +00:00
![Brad King](/assets/img/avatar_default.png)
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
|