Merge topic 'fortran-macOS-sysroot'

d6f96207 Fortran: Use -isysroot and -mmacosx-version-min= on macOS if available
This commit is contained in:
Brad King 2016-08-31 09:19:40 -04:00 committed by CMake Topic Stage
commit 7a25220776
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ if(CMAKE_Fortran_LIBRARY_ARCHITECTURE)
endif()
@CMAKE_Fortran_COMPILER_CUSTOM_CODE@
@CMAKE_Fortran_SYSROOT_FLAG_CODE@
@CMAKE_Fortran_OSX_DEPLOYMENT_TARGET_FLAG_CODE@
set(CMAKE_Fortran_IMPLICIT_LINK_LIBRARIES "@CMAKE_Fortran_IMPLICIT_LINK_LIBRARIES@")
set(CMAKE_Fortran_IMPLICIT_LINK_DIRECTORIES "@CMAKE_Fortran_IMPLICIT_LINK_DIRECTORIES@")