Re-enable accidentally disabled encryption
This commit is contained in:
@@ -103,7 +103,6 @@
|
|||||||
{
|
{
|
||||||
"name": "libQuotient",
|
"name": "libQuotient",
|
||||||
"buildsystem": "cmake-ninja",
|
"buildsystem": "cmake-ninja",
|
||||||
"config-opts": [ "-DBUILD_TESTING=OFF" ],
|
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@@ -113,7 +112,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"config-opts": [
|
"config-opts": [
|
||||||
"-DQuotient_ENABLE_E2EE=ON"
|
"-DQuotient_ENABLE_E2EE=ON",
|
||||||
|
"-DBUILD_TESTING=OFF"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user