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
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_io
Commits
0d505538
Commit
0d505538
authored
Apr 23, 2021
by
incardon
Browse files
Fixing compilation
parent
27eed4b7
Pipeline
#2956
passed with stages
in 2 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
0d505538
...
...
@@ -100,7 +100,7 @@ endif()
# will also build with -std=c++11
target_compile_features
(
io PUBLIC cxx_std_11
)
target_link_libraries
(
io
${
MPI_C_LIBRARIES
}
)
target_link_libraries
(
io
${
MPI_CXX_LIBRARIES
}
)
if
(
TEST_COVERAGE
)
target_link_libraries
(
io -lgcov
)
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