mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 03:59:58 +00:00
58d6057a52
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).
3 lines
60 B
CMake
3 lines
60 B
CMake
include(Platform/Darwin-GNU)
|
|
__darwin_compiler_gnu(Fortran)
|