diff options
Diffstat (limited to 'Modules/Platform/Linux-ifort.cmake')
-rw-r--r-- | Modules/Platform/Linux-ifort.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Platform/Linux-ifort.cmake b/Modules/Platform/Linux-ifort.cmake index 3a5512f..6d6fcfb 100644 --- a/Modules/Platform/Linux-ifort.cmake +++ b/Modules/Platform/Linux-ifort.cmake @@ -1,4 +1,4 @@ -SET(CMAKE_DL_LIBS "-ldl") +SET(CMAKE_DL_LIBS "dl") SET(CMAKE_SHARED_LIBRARY_Fortran_FLAGS "-KPIC") SET(CMAKE_SHARED_LIBRARY_CREATE_Fortran_FLAGS "-shared") SET(CMAKE_SHARED_LIBRARY_LINK_Fortran_FLAGS "-i_dynamic") |