summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-06-16 17:55:42 (GMT)
committerBrad King <brad.king@kitware.com>2015-06-16 17:58:41 (GMT)
commitf43defaec4e8610e90886a831dcc0a15fdeea1cb (patch)
tree35ead10df965f6212ee5439b27475936cf4c9b61 /Modules/Platform
parent5e92047421a60a7287ff00fdc9dec33b1acc94ec (diff)
downloadCMake-f43defaec4e8610e90886a831dcc0a15fdeea1cb.zip
CMake-f43defaec4e8610e90886a831dcc0a15fdeea1cb.tar.gz
CMake-f43defaec4e8610e90886a831dcc0a15fdeea1cb.tar.bz2
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.
Diffstat (limited to 'Modules/Platform')
-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 "")