lower boost requirement: 1.75
This commit is contained in:
parent
4deb33f54c
commit
c7339a4b17
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue