Skip to content

Commit ee40443

Browse files
committed
Boost use static lib.
1 parent 1f24363 commit ee40443

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ set(BUILD_BROTLI OFF CACHE BOOL "Build Brotli")
1111
set(BUILD_YAML_CONFIG OFF CACHE BOOL "Build yaml config")
1212
add_subdirectory(3rdparty/drogon)
1313

14+
set(Boost_USE_STATIC_LIBS ON)
1415
find_package(Boost REQUIRED COMPONENTS program_options)
1516

1617
add_executable(simple_inference_server main.cpp)

0 commit comments

Comments
 (0)