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": [ {