From bfb9706847c1b1bbf081e4313acefd81d14bf8f5 Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Mon, 11 May 2015 15:10:10 +0200
Subject: [PATCH] [Build]   Link Boost statically

---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f8e6fc72..ce7beb31 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)
 
-- 
GitLab