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

[Build] Link HDF5 statically

parent 59f1d052
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ dune_project()
set(Boost_USE_STATIC_LIBS ON)
find_package(Boost REQUIRED system filesystem)
set(HDF5_USE_STATIC_LIBRARIES ON)
find_package(HDF5 COMPONENTS C REQUIRED)
add_subdirectory("src")
......
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