changeset 418:b3a61a8d0c44 default tip

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