diff options
author | Brad King <brad.king@kitware.com> | 2015-06-16 17:55:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-06-16 17:58:41 (GMT) |
commit | f43defaec4e8610e90886a831dcc0a15fdeea1cb (patch) | |
tree | 35ead10df965f6212ee5439b27475936cf4c9b61 | |
parent | 5e92047421a60a7287ff00fdc9dec33b1acc94ec (diff) | |
download | CMake-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.
-rw-r--r-- | Modules/Platform/Linux-GNU-Fortran.cmake | 1 |
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 "") |