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
9104fde4
Commit
9104fde4
authored
Jan 02, 2021
by
Pietro Incardona
Browse files
Fixing linking
parent
41e1a1c4
Pipeline
#2574
failed with stages
in 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
9104fde4
...
...
@@ -56,8 +56,8 @@ endif()
target_link_libraries
(
io
${
Boost_LIBRARIES
}
)
target_link_libraries
(
io
${
HDF5_LIBRARIES
}
)
target_link_libraries
(
io
${
TINYOBJLOADER_LIBRARIES
}
)
target_link_libraries
(
io ofpmmemory
)
target_link_libraries
(
io vcluster
)
target_link_libraries
(
io ofpmmemory
)
if
(
PETSC_FOUND
)
target_link_libraries
(
io
${
PETSC_LIBRARIES
}
)
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