From e4bbeb5ff43aff217ba09818ee15df50eb5aa230 Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Tue, 4 Oct 2016 18:17:52 +0200
Subject: [PATCH] [Build]   Do not link HDF5 statically

---
 CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5ac87d36..fd655e11 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,6 @@ include(DuneMacros)
 # start a dune project with information from dune.module
 dune_project()
 
-set(HDF5_USE_STATIC_LIBRARIES ON)
 find_package(HDF5 COMPONENTS C REQUIRED)
 
 add_subdirectory("src")
-- 
GitLab