1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 18:31:49 +02:00

Stop vendoring nlohmann_json

This commit is contained in:
Eelco Dolstra 2022-01-26 11:41:51 +01:00
parent 4f24a33d34
commit 9691f86ff7
6 changed files with 5 additions and 25528 deletions

View file

@ -262,6 +262,10 @@ fi
PKG_CHECK_MODULES([GTEST], [gtest_main])
# Look for nlohmann/json.
PKG_CHECK_MODULES([NLOHMANN_JSON], [nlohmann_json >= 3.9])
# documentation generation switch
AC_ARG_ENABLE(doc-gen, AS_HELP_STRING([--disable-doc-gen],[disable documentation generation]),
doc_generate=$enableval, doc_generate=yes)