Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 758cd9ce authored by Olivier COULAUD's avatar Olivier COULAUD
Browse files

fix pb on macos X

parent 8bf3f076
No related branches found
No related tags found
No related merge requests found
......@@ -683,7 +683,10 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/CMakeModules/morse/")
# We are on Windows and we cannot catch signals
message( FATAL_ERROR "Catching the signals requieres an UNIX system." )
else()
SET(SCALFMM_CXX_FLAGS "${SCALFMM_CXX_FLAGS} -rdynamic")
IF( NOT APPLE)
SET(SCALFMM_CXX_FLAGS "${SCALFMM_CXX_FLAGS} -rdynamic")
ENDIF()
endif()
##################################################################
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment