returntotheroots: fix build with Boost 1.91: do not probe for Boost::system

This commit is contained in:
tb
2026-05-16 13:01:48 +00:00
parent 742f005194
commit 5dd35cb6e5
@@ -0,0 +1,14 @@
Fix build with Boost 1.91
Index: external/libsiedler2/CMakeLists.txt
--- external/libsiedler2/CMakeLists.txt.orig
+++ external/libsiedler2/CMakeLists.txt
@@ -37,7 +37,7 @@ endif()
include(RttrBoostCfg)
-find_package(Boost 1.69 REQUIRED COMPONENTS system filesystem iostreams)
+find_package(Boost 1.69 REQUIRED COMPONENTS filesystem iostreams)
include(RttrTestingCfg)
if(isTopLevel)