Dep/Boost: Remove linking boost::system library, it is fully header only since 1.89 and has been just a empty dummy library since 1.69

This commit is contained in:
Shauren
2025-08-15 12:39:26 +02:00
parent a27e3a52a0
commit c87a004a16

View File

@@ -44,7 +44,6 @@ endif()
find_package(Boost ${BOOST_REQUIRED_VERSION}
REQUIRED
COMPONENTS
system
filesystem
program_options
regex