Skip to content

Commit b95755f

Browse files
committed
Fix build on Boost 1.89.0
1 parent 94845ff commit b95755f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ list(APPEND _libs ${OPENSSL_LIBRARIES})
2828

2929
# boost
3030
set(Boost_USE_STATIC_LIBS ON)
31-
find_package(Boost REQUIRED COMPONENTS system)
31+
find_package(Boost REQUIRED)
3232
list(APPEND _include_dirs ${Boost_INCLUDE_DIR})
33-
list(APPEND _libs ${Boost_LIBRARIES})
3433

3534
# fmt
3635
find_package(fmt 3.3.0 REQUIRED)

0 commit comments

Comments
 (0)