Skip to content

Commit

Permalink
Switch build to link with dynamicc boost library
Browse files Browse the repository at this point in the history
Patch from Debian.
  • Loading branch information
petterreinholdtsen committed Sep 12, 2024
1 parent 82ad251 commit e7f250e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ endif()
include_directories(${CMAKE_CURRENT_BINARY_DIR})

set(Boost_DEBUG ON CACHE BOOL "boost-debug")
set(Boost_USE_STATIC_LIBS ON CACHE BOOL "boost-use-static-libs")
#set(Boost_USE_STATIC_LIBS ON CACHE BOOL "boost-use-static-libs")
if(DEFINED ENV{BOOST_ROOT} OR DEFINED BOOST_ROOT)
set(Boost_NO_SYSTEM_PATHS ON)
endif()
Expand Down

0 comments on commit e7f250e

Please sign in to comment.