Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
solverstack
ScalFMM
Commits
758cd9ce
Commit
758cd9ce
authored
Oct 22, 2015
by
COULAUD Olivier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix pb on macos X
parent
8bf3f076
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
CMakeLists.txt
CMakeLists.txt
+4
-1
No files found.
CMakeLists.txt
View file @
758cd9ce
...
...
@@ -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
()
##################################################################
# #
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment