Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OS X: Add Fortran library version flags (#14249) | Graham Markall | 2013-07-16 | 1 | -0/+4 |
| | | | | | | | | | The linker flags for setting the compatibility and current versions of libraries on Darwin are set for the supported Fortran compilers. Set CMAKE_Fortran_CREATE_SHARED_LIBRARY for the NAG Fortran compiler to have no space after <SONAME_FLAG> so the NAG compiler can parse the argument correctly. | ||||
* | OS X: Add copyright notices to Darwin-*-Fortran.cmake | Brad King | 2013-07-16 | 1 | -0/+13 |
| | |||||
* | Fix OS X dylib and module GNU flags | Brad King | 2009-12-02 | 1 | -0/+2 |
The commit "Split GNU compiler information files" broke the settings of CMAKE_SHARED_LIBRARY_CREATE_${lang}_FLAGS CMAKE_SHARED_MODULE_CREATE_${lang}_FLAGS and started using just "-shared" for them. This worked when tested on newer Mac machines, but older ones really need "-dynamiclib" and "-bundle" (which are the documented flags anyway). |