mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
OS X: Detect deployment target flags from GNU Fortran compilers
Reported-by: Bill Somerville <bill@classdesign.com>
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
|
||||
include(Platform/Darwin-GNU)
|
||||
__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_CURRENT_VERSION_FLAG "-current_version ")
|
||||
|
||||
Reference in New Issue
Block a user