[Cmake-commits] CMake branch, next, updated. v3.3.0-rc2-495-g8a99f6d

Brad King brad.king at kitware.com
Wed Jun 17 08:59:18 EDT 2015


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  8a99f6d24c67cdc2ab68c18cbe4da7174f9a8b62 (commit)
       via  f43defaec4e8610e90886a831dcc0a15fdeea1cb (commit)
      from  89eee4640c4429da70ddf32689d80e47c07213fb (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=8a99f6d24c67cdc2ab68c18cbe4da7174f9a8b62
commit 8a99f6d24c67cdc2ab68c18cbe4da7174f9a8b62
Merge: 89eee46 f43defa
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Jun 17 08:59:17 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jun 17 08:59:17 2015 -0400

    Merge topic 'linux-GNU-Fortran-no-rdynamic' into next
    
    f43defae GNU: Drop -rdynamic flag from Fortran


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f43defaec4e8610e90886a831dcc0a15fdeea1cb
commit f43defaec4e8610e90886a831dcc0a15fdeea1cb
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jun 16 13:55:42 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Jun 16 13:58:41 2015 -0400

    GNU: Drop -rdynamic flag from Fortran
    
    The GNU Fortran compiler does not document support for this flag as the
    GNU C and C++ compilers do.

diff --git a/Modules/Platform/Linux-GNU-Fortran.cmake b/Modules/Platform/Linux-GNU-Fortran.cmake
index 68e9540..85e1226 100644
--- a/Modules/Platform/Linux-GNU-Fortran.cmake
+++ b/Modules/Platform/Linux-GNU-Fortran.cmake
@@ -1,2 +1,3 @@
 include(Platform/Linux-GNU)
 __linux_compiler_gnu(Fortran)
+set(CMAKE_SHARED_LIBRARY_LINK_Fortran_FLAGS "")

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list