Merge pull request #7250 from SupervisedThinking/up_nlohmann-json

nlohmann-json: use cmake toolchain
This commit is contained in:
Rudi Heitbaum 2022-12-17 20:14:24 +11:00 committed by GitHub
commit 817c9d8a12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,3 +9,7 @@ PKG_SITE="https://nlohmann.github.io/json/"
PKG_URL="https://github.com/nlohmann/json/archive/v${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="JSON for Modern C++"
# Meson does not provide nlohmann_json*.cmake files which some projects rely on
PKG_TOOLCHAIN="cmake"
PKG_CMAKE_OPTS_TARGET="-DJSON_BuildTests=OFF"