From c65e3898d1223ddc0f2a8ac2b6aa3d8bf8cf935c Mon Sep 17 00:00:00 2001 From: DraVee Date: Tue, 21 Oct 2025 04:43:20 +0200 Subject: [PATCH] CMake: Fix broken CI --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b61bb49359..edaf6b6924 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -533,7 +533,7 @@ else() # wow if (PLATFORM_LINUX) - find_package(Boost 1.57.0 CONFIG REQUIRED headers context system fiber) + find_package(Boost 1.57.0 REQUIRED COMPONENTS headers context system fiber) else() find_package(Boost 1.57.0 CONFIG REQUIRED) endif()