nlohmann-json: build using meson

This commit is contained in:
Rudi Heitbaum 2022-06-30 13:01:14 +00:00
parent 9c2fe42833
commit 4a32a3ded6

View File

@ -9,6 +9,3 @@ 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++"
PKG_TOOLCHAIN="cmake"
PKG_CMAKE_OPTS_TARGET="-DBUILD_TESTING:BOOL=OFF"