From ce197069eefdaf9c36302c4fe37413b6e7fd77e2 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 20 May 2021 07:59:17 +0200 Subject: [PATCH] Lower Boost version requirement to 1.65.0. That's the version the CI uses. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fbb5835..6af8fba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ set(CMAKE_CXX_EXTENSIONS OFF) include(cmake/debug_flags.cmake) -find_package(Boost 1.75.0 REQUIRED COMPONENTS program_options locale) +find_package(Boost 1.65.0 REQUIRED COMPONENTS program_options locale) find_package(Gettext REQUIRED) add_subdirectory(src)