From 684f478c6b53fbad12e29333b1ed318e7d88df17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E9=9C=87=E4=B8=9C?= Date: Fri, 10 Oct 2025 10:30:13 +0800 Subject: [PATCH] Fix builds with Boost 1.89.0 --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a4e487bb..c717ab7f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,9 +98,8 @@ endif() list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/modules) # We need boost -find_package(Boost 1.41.0 REQUIRED COMPONENTS +find_package(Boost 1.89.0 REQUIRED COMPONENTS program_options - system thread unit_test_framework )