From 5f99397f67f8b4233e41165f33610b23b7a08302 Mon Sep 17 00:00:00 2001 From: DraVee Date: Sat, 1 Nov 2025 19:23:31 +0100 Subject: [PATCH] [cmake] boost: Remove system - as stated on https://github.com/boostorg/system/issues/132 Signed-off-by: DraVee --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c9fcb2d085..2868959dee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -532,7 +532,7 @@ else() find_package(zstd 1.5 REQUIRED MODULE) # wow - find_package(Boost 1.57.0 CONFIG REQUIRED OPTIONAL_COMPONENTS headers context system fiber) + find_package(Boost 1.57.0 CONFIG REQUIRED OPTIONAL_COMPONENTS headers context fiber) if (CMAKE_SYSTEM_NAME STREQUAL "Linux" OR ANDROID) find_package(gamemode 1.7 MODULE)