grive2: drop requirement on no longer existing Boost::system

fixes build with Boost 1.91
This commit is contained in:
tb
2026-05-10 15:37:07 +00:00
parent 833bcd4197
commit d3960f1ab0
@@ -1,9 +1,12 @@
Index: libgrive/CMakeLists.txt
--- libgrive/CMakeLists.txt.orig
+++ libgrive/CMakeLists.txt
@@ -6,7 +6,6 @@ find_package(LibGcrypt REQUIRED)
@@ -4,9 +4,8 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SO
find_package(LibGcrypt REQUIRED)
find_package(CURL REQUIRED)
find_package(Boost 1.40.0 COMPONENTS program_options filesystem unit_test_framework regex system REQUIRED)
-find_package(Boost 1.40.0 COMPONENTS program_options filesystem unit_test_framework regex system REQUIRED)
+find_package(Boost 1.40.0 COMPONENTS program_options filesystem unit_test_framework regex REQUIRED)
find_package(BFD)
-find_package(CppUnit)
find_package(Iberty)