Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Detect Fortran ABI Information | Brad King | 2010-01-12 | 1 | -2/+32 |
| | | | | | | | Implement Fortran 32/64-bit ABI detection on some platforms. We need to set CMAKE_SIZEOF_VOID_P correctly in Fortran-only projects so that the find_library() command knows whether to look for 64-bit binaries. We also detect ELF binaries to enable RPATH replacement. See issue #10119. | ||||
* | ENH: Create Fortran ABI detection framework | Brad King | 2009-07-13 | 1 | -0/+3 |
This invokes CMakeDetermineCompilerABI.cmake for Fortran at the same place it is already done for C and CXX. |