[Cmake-commits] CMake branch, next, updated. v3.6.1-1614-g9c041ea
Brad King
brad.king at kitware.com
Tue Aug 30 10:38:13 EDT 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 9c041eab42520c99c753b9e5be3c52943a834e21 (commit)
via d6f96207c377e0492929592f9408a2fb3cafab93 (commit)
from 94b028b48a1d7f1fe753bd4e626f24d4240c7436 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9c041eab42520c99c753b9e5be3c52943a834e21
commit 9c041eab42520c99c753b9e5be3c52943a834e21
Merge: 94b028b d6f9620
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Aug 30 10:38:12 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Aug 30 10:38:12 2016 -0400
Merge topic 'fortran-macOS-sysroot' into next
d6f96207 Fortran: Use -isysroot and -mmacosx-version-min= on macOS if available
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d6f96207c377e0492929592f9408a2fb3cafab93
commit d6f96207c377e0492929592f9408a2fb3cafab93
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Aug 30 10:36:05 2016 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Aug 30 10:37:21 2016 -0400
Fortran: Use -isysroot and -mmacosx-version-min= on macOS if available
Closes: #16265
diff --git a/Modules/CMakeFortranCompiler.cmake.in b/Modules/CMakeFortranCompiler.cmake.in
index 8e92f65..69800d7 100644
--- a/Modules/CMakeFortranCompiler.cmake.in
+++ b/Modules/CMakeFortranCompiler.cmake.in
@@ -55,6 +55,8 @@ if(CMAKE_Fortran_LIBRARY_ARCHITECTURE)
endif()
@CMAKE_Fortran_COMPILER_CUSTOM_CODE@
+ at CMAKE_Fortran_SYSROOT_FLAG_CODE@
+ at 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@")
-----------------------------------------------------------------------
Summary of changes:
Modules/CMakeFortranCompiler.cmake.in | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list