From e038d82cfc5e8239de4db533dd2b8ee0ef3a3c1a Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Wed, 18 Jul 2018 15:04:18 +0200 Subject: [PATCH] link boost statically --- src/core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 2c7f713..5b5d9db 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -1,4 +1,4 @@ - +set(Boost_USE_STATIC_LIBS ON) find_package(Boost 1.62 COMPONENTS date_time REQUIRED) find_package(SQLite3 REQUIRED)