add boost components
This commit is contained in:
parent
7bfff75822
commit
3d352adf47
@ -2,8 +2,9 @@ include(ExternalProject)
|
|||||||
|
|
||||||
#https://github.com/ruslo/hunter/wiki/dev.variables
|
#https://github.com/ruslo/hunter/wiki/dev.variables
|
||||||
|
|
||||||
hunter_add_package(Boost)
|
SET(_BOOST_COMPONENTS program_options system filesystem thread)
|
||||||
find_package(Boost CONFIG REQUIRED)
|
hunter_add_package(Boost COMPONENTS ${_BOOST_COMPONENTS})
|
||||||
|
find_package(Boost CONFIG REQUIRED ${_BOOST_COMPONENTS})
|
||||||
|
|
||||||
hunter_add_package(nlohmann_json)
|
hunter_add_package(nlohmann_json)
|
||||||
find_package(nlohmann_json CONFIG REQUIRED)
|
find_package(nlohmann_json CONFIG REQUIRED)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user