lower boost requirement: 1.75
This commit is contained in:
parent
585d5512b6
commit
45f7c98c60
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ include(FetchContent)
|
||||||
FetchContent_Declare(cpr GIT_REPOSITORY https://github.com/libcpr/cpr.git
|
FetchContent_Declare(cpr GIT_REPOSITORY https://github.com/libcpr/cpr.git
|
||||||
GIT_TAG 2553fc41450301cd09a9271c8d2c3e0cf3546b73)
|
GIT_TAG 2553fc41450301cd09a9271c8d2c3e0cf3546b73)
|
||||||
FetchContent_MakeAvailable(cpr)
|
FetchContent_MakeAvailable(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)
|
set(Boost_USE_STATIC_LIBS ON)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue