# HG changeset patch # User Sebastien Jodogne # Date 1765286683 -3600 # Node ID b3a61a8d0c44a63691357826b13492a763000d5d # Parent 4fa295cdb6d8cf2a56cd669f05fb7a2883a96d98 removed stub library boost_system from find_package() diff -r 4fa295cdb6d8 -r b3a61a8d0c44 Applications/CMakeLists.txt --- a/Applications/CMakeLists.txt Wed Nov 26 08:43:16 2025 +0100 +++ b/Applications/CMakeLists.txt Tue Dec 09 14:24:43 2025 +0100 @@ -58,7 +58,7 @@ include(FindBoost) endif() - find_package(Boost COMPONENTS filesystem program_options regex system thread date_time) + find_package(Boost COMPONENTS filesystem program_options regex thread date_time) if (NOT Boost_FOUND) message(FATAL_ERROR "Unable to locate Boost on this system") diff -r 4fa295cdb6d8 -r b3a61a8d0c44 ViewerPlugin/CMakeLists.txt --- a/ViewerPlugin/CMakeLists.txt Wed Nov 26 08:43:16 2025 +0100 +++ b/ViewerPlugin/CMakeLists.txt Tue Dec 09 14:24:43 2025 +0100 @@ -57,7 +57,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")