mirror of
https://github.com/reactos/CMake.git
synced 2025-01-09 05:00:35 +00:00
e208397976
We consolidate duplicate code from Platform/Linux-Intel-<lang>.cmake files into a macro defined in Platform/Linux-Intel.cmake.
5 lines
237 B
CMake
5 lines
237 B
CMake
INCLUDE(Platform/Linux-Intel)
|
|
__linux_compiler_intel(Fortran)
|
|
set(CMAKE_SHARED_LIBRARY_CREATE_Fortran_FLAGS "${CMAKE_SHARED_LIBRARY_CREATE_Fortran_FLAGS} -i_dynamic -nofor_main")
|
|
set(CMAKE_SHARED_LIBRARY_LINK_Fortran_FLAGS "-i_dynamic")
|