Skip to content
Snippets Groups Projects
Commit b731f48d authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Activating Boost config

parent 07c4a63e
No related branches found
No related tags found
No related merge requests found
Pipeline #3871 failed
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment