summary refs log tree commit diff
path: root/cmake
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-10-27 17:45:28 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-10-27 17:45:28 +0100
commit12fff7408ea7539d778a641bbf1746693d30ee2a (patch)
treeaf9ef46791e7f2e5dcd480f4c1cc91a97ee95a71 /cmake
parentFix small scope issue (diff)
downloadnheko-12fff7408ea7539d778a641bbf1746693d30ee2a.tar.xz
Optimize build
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Hunter/config.cmake4
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
+)