Skip to content
Snippets Groups Projects
Commit f7646540 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix CMAKE_SHARED_LINKER_FLAGS

parent 8b004c48
No related branches found
No related tags found
No related merge requests found
Pipeline #10839 passed
......@@ -130,7 +130,7 @@ endif()
# remove "could not create compact unwind" linker warnings on macOS
if(APPLE)
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-no_compact_unwind")
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,-no_compact_unwind")
endif()
opt(MPI "Enable MPI" OFF)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment