# HG changeset patch # User Sebastien Jodogne # Date 1765287837 -3600 # Node ID 16f2939d150561e442fdb274c0f5bd7b98d89946 # Parent b747c244317f2563ca133c1c19e5943369e99e15 removed stub library boost_system from find_package() diff -r b747c244317f -r 16f2939d1505 CMakeLists.txt --- a/CMakeLists.txt Tue Dec 09 14:43:47 2025 +0100 +++ b/CMakeLists.txt Tue Dec 09 14:43:57 2025 +0100 @@ -54,7 +54,7 @@ include(FindBoost) endif() - find_package(Boost COMPONENTS regex system) + find_package(Boost COMPONENTS regex thread) if (NOT Boost_FOUND) message(FATAL_ERROR "Unable to locate Boost on this system")