summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-06-18 13:05:20 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-06-18 13:05:20 (GMT)
commite2e6cb7348dfffddb5d93f679fc8c69fffd3d1dc (patch)
tree3e9d982e1ff1d32454c69219839a99a401627bef /Modules
parent9223c6cb12bba4444ea05d420e9eb562f861b242 (diff)
parentf43defaec4e8610e90886a831dcc0a15fdeea1cb (diff)
downloadCMake-e2e6cb7348dfffddb5d93f679fc8c69fffd3d1dc.zip
CMake-e2e6cb7348dfffddb5d93f679fc8c69fffd3d1dc.tar.gz
CMake-e2e6cb7348dfffddb5d93f679fc8c69fffd3d1dc.tar.bz2
Merge topic 'linux-GNU-Fortran-no-rdynamic'
f43defae GNU: Drop -rdynamic flag from Fortran
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Platform/Linux-GNU-Fortran.cmake1
1 files changed, 1 insertions, 0 deletions
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 "")