summary refs log tree commit diff
path: root/cmake/Hunter/config.cmake
blob: 4cdeee97ba09d684988a241aa5af943d5793550d (plain) (blame)
1
2
3
4
5
6
7
8
9
hunter_config(
    Boost
    VERSION  "1.70.0-p1"
    CMAKE_ARGS IOSTREAMS_NO_BZIP2=1
)
hunter_config(
    nlohmann_json
    CMAKE_ARGS JSON_MultipleHeaders=ON
)