# HG changeset patch # User Sebastien Jodogne # Date 1765288054 -3600 # Node ID a6eba2c1d2e518117cc89b4b0a73706664bac4c8 # Parent ead408349c87cf37fbd615c3b14e13ccb46817d5 removed stub library boost_system from find_package() diff -r ead408349c87 -r a6eba2c1d2e5 CMakeLists.txt --- a/CMakeLists.txt Tue Sep 23 13:25:48 2025 +0200 +++ b/CMakeLists.txt Tue Dec 09 14:47:34 2025 +0100 @@ -66,7 +66,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")