1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/community/manticore/0001-use-shared-boost-lib.patch
2025-04-08 05:22:41 +00:00

13 lines
507 B
Diff

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c2fce771f..388558341 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -113,7 +113,7 @@ endif ()
# Boost is required dependency now
set ( Boost_USE_MULTITHREADED ON )
-set ( Boost_USE_STATIC_LIBS ON )
+set ( Boost_USE_STATIC_LIBS OFF )
# todo: as alternative we can try to recompile boost with clang, but precompiled also quite ok
if (CMAKE_CROSSCOMPILING AND CMAKE_SYSTEM_NAME STREQUAL Windows)
set ( Boost_COMPILER vc142 )