matrixion/cmake/Hunter/config.cmake

10 lines
162 B
CMake
Raw Normal View History

2020-01-24 19:35:49 +03:00
hunter_config(
Boost
2020-07-01 01:46:44 +03:00
VERSION "1.70.0-p1"
2020-01-24 19:35:49 +03:00
CMAKE_ARGS IOSTREAMS_NO_BZIP2=1
)
2020-10-27 19:45:28 +03:00
hunter_config(
nlohmann_json
CMAKE_ARGS JSON_MultipleHeaders=ON
)