Lower Boost version requirement to 1.65.0.
That's the version the CI uses.
This commit is contained in:
parent
fe7addc0b0
commit
ce197069ee
|
@ -21,7 +21,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
|
||||||
|
|
||||||
include(cmake/debug_flags.cmake)
|
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)
|
find_package(Gettext REQUIRED)
|
||||||
|
|
||||||
add_subdirectory(src)
|
add_subdirectory(src)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user