# HG changeset patch # User Sebastien Jodogne # Date 1765289037 -3600 # Node ID bd6ca2211085c2637264ec8331427de7b5270cd3 # Parent c124644d2e33e04de8bddb0a5679182e9f2ebc83 removed stub library boost_system from find_package() diff -r c124644d2e33 -r bd6ca2211085 CMakeLists.txt --- a/CMakeLists.txt Tue Dec 09 15:01:03 2025 +0100 +++ b/CMakeLists.txt Tue Dec 09 15:03:57 2025 +0100 @@ -93,7 +93,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")