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

Activating Boost config

parent 17468b10
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,8 @@ endif() ...@@ -42,6 +42,8 @@ endif()
set(ENV{PATH} "$ENV{PATH}:${HDF5_ROOT}/bin") set(ENV{PATH} "$ENV{PATH}:${HDF5_ROOT}/bin")
set(HDF5_PREFER_PARALLEL TRUE) set(HDF5_PREFER_PARALLEL TRUE)
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 OPTIONAL_COMPONENTS fiber context) find_package(Boost 1.72.0 REQUIRED COMPONENTS unit_test_framework iostreams program_options OPTIONAL_COMPONENTS fiber context)
find_package(MPI REQUIRED) find_package(MPI REQUIRED)
find_package(PETSc) find_package(PETSc)
......
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