From 035d2c41ffd0eaeb15c5a6afbf0f3e5edeb748b9 Mon Sep 17 00:00:00 2001 From: liushuyu Date: Fri, 26 Nov 2021 17:48:34 -0700 Subject: [PATCH] manifest: disable unittests when building catch2 and json --- org.yuzu_emu.yuzu.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/org.yuzu_emu.yuzu.json b/org.yuzu_emu.yuzu.json index ada5889..ca52fc6 100644 --- a/org.yuzu_emu.yuzu.json +++ b/org.yuzu_emu.yuzu.json @@ -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": [ {