[Cmake-commits] CMake branch, next, updated. v3.0.2-2216-ga02f729

Brad King brad.king at kitware.com
Mon Oct 27 09:13:25 EDT 2014


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  a02f7296791f3f46a096c8409201c0b6c82461f2 (commit)
       via  4fc3367fcdfb9156ddda253b3af213b0cd585035 (commit)
      from  a1273a981c8b1e32a0c7180ca3c23e47f615ad91 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a02f7296791f3f46a096c8409201c0b6c82461f2
commit a02f7296791f3f46a096c8409201c0b6c82461f2
Merge: a1273a9 4fc3367
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 27 09:13:25 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Oct 27 09:13:25 2014 -0400

    Merge topic 'osx-gnu-fortran-deployment' into next
    
    4fc3367f OS X: Detect deployment target flags from GNU Fortran compilers


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4fc3367fcdfb9156ddda253b3af213b0cd585035
commit 4fc3367fcdfb9156ddda253b3af213b0cd585035
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Oct 24 14:13:11 2014 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Oct 27 08:40:55 2014 -0400

    OS X: Detect deployment target flags from GNU Fortran compilers
    
    Reported-by: Bill Somerville <bill at classdesign.com>

diff --git a/Modules/Platform/Darwin-GNU-Fortran.cmake b/Modules/Platform/Darwin-GNU-Fortran.cmake
index f4b509a..6724f9b 100644
--- a/Modules/Platform/Darwin-GNU-Fortran.cmake
+++ b/Modules/Platform/Darwin-GNU-Fortran.cmake
@@ -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 ")

-----------------------------------------------------------------------

Summary of changes:
 Modules/Platform/Darwin-GNU-Fortran.cmake |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list