f61bcbce1a
The -i_dynamic flag is deprecated and not even listed in the manual for Intel Composer XE 2013. Reported-by: Izaak Beekman <zbeekman@gmail.com>
5 lines
216 B
CMake
5 lines
216 B
CMake
include(Platform/Linux-Intel)
|
|
__linux_compiler_intel(Fortran)
|
|
set(CMAKE_SHARED_LIBRARY_CREATE_Fortran_FLAGS "${CMAKE_SHARED_LIBRARY_CREATE_Fortran_FLAGS} -nofor_main")
|
|
set(CMAKE_SHARED_LIBRARY_LINK_Fortran_FLAGS "")
|