Lower Boost version requirement to 1.65.0.

That's the version the CI uses.
This commit is contained in:
tastytea 2021-05-20 07:59:17 +02:00
parent fe7addc0b0
commit ce197069ee
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -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)