Skip to content

Commit fd97f3b

Browse files
committed
cmake: do not explicitly require boost_system
It is a header-only library that is no longer available as a stub library in `boost-1.89`. Related: #234
1 parent d2c86d0 commit fd97f3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ find_package(Boost REQUIRED
4545
COMPONENTS filesystem
4646
program_options
4747
regex
48-
system
4948
OPTIONAL_COMPONENTS json
5049
nowide)
5150
include_directories(SYSTEM ${Boost_INCLUDE_DIRS})

0 commit comments

Comments
 (0)