Merge topic 'osx-gnu-fortran-deployment'
4fc3367f OS X: Detect deployment target flags from GNU Fortran compilers
This commit is contained in:
commit
9eb385edd9
@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
include(Platform/Darwin-GNU)
|
include(Platform/Darwin-GNU)
|
||||||
__darwin_compiler_gnu(Fortran)
|
__darwin_compiler_gnu(Fortran)
|
||||||
|
cmake_gnu_set_sysroot_flag(Fortran)
|
||||||
|
cmake_gnu_set_osx_deployment_target_flag(Fortran)
|
||||||
|
|
||||||
set(CMAKE_Fortran_OSX_COMPATIBILITY_VERSION_FLAG "-compatibility_version ")
|
set(CMAKE_Fortran_OSX_COMPATIBILITY_VERSION_FLAG "-compatibility_version ")
|
||||||
set(CMAKE_Fortran_OSX_CURRENT_VERSION_FLAG "-current_version ")
|
set(CMAKE_Fortran_OSX_CURRENT_VERSION_FLAG "-current_version ")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user