mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-04 14:50:23 +00:00
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.
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
include(Platform/Linux-GNU)
|
include(Platform/Linux-GNU)
|
||||||
__linux_compiler_gnu(Fortran)
|
__linux_compiler_gnu(Fortran)
|
||||||
|
set(CMAKE_SHARED_LIBRARY_LINK_Fortran_FLAGS "")
|
||||||
|
|||||||
Reference in New Issue
Block a user