changeset 38:3f99b5fec83e

removed stub library boost_system from find_package()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Dec 2025 15:11:56 +0100
parents 267991607918
children 41023c932805
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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")