nheko/cmake/Hunter/config.cmake

10 lines
162 B
CMake
Raw Normal View History

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