mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-05 21:53:27 -06:00
Do not add OpenMP C-flags as linker arguments for libecl
This commit is contained in:
parent
0e8d76d05c
commit
527151ba23
1
ThirdParty/Ert/lib/CMakeLists.txt
vendored
1
ThirdParty/Ert/lib/CMakeLists.txt
vendored
@ -204,7 +204,6 @@ endif()
|
||||
|
||||
if (ERT_USE_OPENMP)
|
||||
target_compile_options(ecl PUBLIC ${OpenMP_C_FLAGS})
|
||||
target_link_libraries( ecl PUBLIC ${OpenMP_C_FLAGS})
|
||||
target_link_libraries( ecl PUBLIC ${OpenMP_EXE_LINKER_FLAGS})
|
||||
endif ()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user