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:
parent
4f24a33d34
commit
9691f86ff7
6 changed files with 5 additions and 25528 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue