manifest: disable unittests when building catch2 and json

This commit is contained in:
liushuyu 2021-11-26 17:48:34 -07:00
parent 0f83cd49a1
commit 035d2c41ff
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437

View File

@ -129,7 +129,8 @@
"name": "catch2",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release"
"-DCMAKE_BUILD_TYPE=Release",
"-DCATCH_BUILD_TESTING=OFF"
],
"builddir": true,
"sources": [
@ -150,7 +151,8 @@
"name": "nlohmann-json",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release"
"-DCMAKE_BUILD_TYPE=Release",
"-DJSON_BuildTests=OFF"
],
"sources": [
{