# HG changeset patch # User Sebastien Jodogne # Date 1765289516 -3600 # Node ID 3f99b5fec83e76ae4a4182b086edc057ec2f4c6e # Parent 26799160791870bd128b3e567c800a501df62f03 removed stub library boost_system from find_package() diff -r 267991607918 -r 3f99b5fec83e CMakeLists.txt --- a/CMakeLists.txt Tue Sep 23 13:32:29 2025 +0200 +++ b/CMakeLists.txt Tue Dec 09 15:11:56 2025 +0100 @@ -64,7 +64,7 @@ include(FindBoost) endif() - find_package(Boost COMPONENTS system thread) + find_package(Boost COMPONENTS thread) if (NOT Boost_FOUND) message(FATAL_ERROR "Unable to locate Boost on this system")