changeset 79:a6eba2c1d2e5 default tip

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