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

Fixing IO

parent 1f4820a7
No related branches found
No related tags found
No related merge requests found
Pipeline #2561 failed
......@@ -52,7 +52,7 @@ if(ENABLE_GPU)
endif()
endif()
find_package(Boost 1.72.0 REQUIRED COMPONENTS unit_test_framework iostreams program_options fiber)
find_package(Boost 1.72.0 REQUIRED COMPONENTS unit_test_framework iostreams program_options OPTIONAL_COMPONENTS fiber context)
find_package(MPI REQUIRED)
find_package(HDF5 REQUIRED)
find_package(TinyObjLoader)
......
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