From c7339a4b177641e6553d1a7b3bbc83fcad0e15a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sun, 14 Jan 2024 15:12:02 +0100 Subject: [PATCH] lower boost requirement: 1.75 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f3e991b..3f78a9d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ include_directories( ) find_package(cpr) -find_package(Boost 1.81 COMPONENTS program_options unit_test_framework REQUIRED) +find_package(Boost 1.75 COMPONENTS program_options unit_test_framework REQUIRED) set(Boost_USE_STATIC_LIBS ON)