diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/Hunter/config.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/Hunter/config.cmake b/cmake/Hunter/config.cmake index 7c53e0ea..4cdeee97 100644 --- a/cmake/Hunter/config.cmake +++ b/cmake/Hunter/config.cmake @@ -3,3 +3,7 @@ hunter_config( VERSION "1.70.0-p1" CMAKE_ARGS IOSTREAMS_NO_BZIP2=1 ) +hunter_config( + nlohmann_json + CMAKE_ARGS JSON_MultipleHeaders=ON +) |