mirror of
https://github.com/flathub/org.yuzu_emu.yuzu.git
synced 2024-12-16 22:46:57 +00:00
manifest: disable unittests when building catch2 and json
This commit is contained in:
parent
0f83cd49a1
commit
035d2c41ff
@ -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": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user