diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 33e726c..47888bd 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -5,6 +5,7 @@ cmake_minimum_required(VERSION 3.6) # include headers to make CLion happy file(GLOB HEADERS ${PROJECT_SOURCE_DIR}/include/linuxdeploy/core/*.h) +set(Boost_USE_STATIC_LIBS ON) find_package(Boost REQUIRED COMPONENTS filesystem regex) find_package(Threads)