CMake/Modules/Platform/Linux-GNU-Fortran.cmake
Brad King f43defaec4 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.
2015-06-16 13:58:41 -04:00

4 lines
106 B
CMake

include(Platform/Linux-GNU)
__linux_compiler_gnu(Fortran)
set(CMAKE_SHARED_LIBRARY_LINK_Fortran_FLAGS "")