Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
accaeca7
Commit
accaeca7
authored
Jul 24, 2015
by
BRAMAS Berenger
Browse files
Merge branch 'master' of
git+ssh://scm.gforge.inria.fr//gitroot//scalfmm/scalfmm
parents
bf9031a9
91d5c7d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
accaeca7
...
...
@@ -653,7 +653,7 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/CMakeModules/morse/")
if
(
PKG_CONFIG_FOUND
)
set
(
PKG_CONFIG_USE_CMAKE_PREFIX_PATH
"ON"
)
pkg_search_module
(
EZTrace REQUIRED eztrace
)
if
(
P
EZTrace_FOUND
)
if
(
EZTrace_FOUND
)
link_directories
(
${
EZTrace_LIBRARY_DIRS
}
)
link_libraries
(
${
EZTrace_LIBRARIES
}
)
IF
(
SCALFMM_USE_MPI
)
...
...
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