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_data
Commits
b731f48d
Commit
b731f48d
authored
Nov 17, 2021
by
incardon
Browse files
Activating Boost config
parent
07c4a63e
Pipeline
#3871
failed with stages
in 4 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
b731f48d
...
...
@@ -29,6 +29,8 @@ set (CMAKE_CUDA_STANDARD 14)
set
(
Vc_DIR
"
${
Vc_ROOT
}
/lib/cmake/Vc/"
)
message
(
"Searching Vc in
${
Vc_DIR
}
"
)
set
(
ENV{BOOST_ROOT}
${
BOOST_ROOT
}
)
set
(
Boost_NO_BOOST_CMAKE OFF
)
find_package
(
Boost 1.72.0 REQUIRED COMPONENTS unit_test_framework iostreams program_options system filesystem OPTIONAL_COMPONENTS fiber context
)
find_package
(
LibHilbert REQUIRED
)
find_package
(
Vc REQUIRED
)
...
...
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