summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Darwin-GNU-Fortran.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Fix OS X dylib and module GNU flagsBrad King2009-12-021-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).