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

Fixing boost installation

parent 313ccba1
No related branches found
No related tags found
No related merge requests found
Pipeline #840 failed
......@@ -40,7 +40,7 @@ if(ENABLE_GPU)
find_package(CUDA)
endif()
find_package(Boost 1.52.0 unit_test_framework iostreams program_options)
find_package(Boost 1.52.0 COMPONENTS unit_test_framework iostreams program_options)
find_package(MPI)
find_package(PETSc)
find_package(HDF5)
......
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