Skip to content
Snippets Groups Projects
Commit bfb97068 authored by Elias Pipping's avatar Elias Pipping
Browse files

[Build] Link Boost statically

parent e55af7a3
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ include(DuneMacros)
# start a dune project with information from dune.module
dune_project()
set(Boost_USE_STATIC_LIBS ON)
find_package(Boost REQUIRED system filesystem)
find_package(HDF5 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