mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Disable olm tests
This commit is contained in:
parent
adf956af9a
commit
f2557a2f14
1 changed files with 1 additions and 0 deletions
|
@ -315,6 +315,7 @@ else()
|
||||||
endif()
|
endif()
|
||||||
if(USE_BUNDLED_OLM)
|
if(USE_BUNDLED_OLM)
|
||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
|
set(OLM_TESTS OFF CACHE INTERNAL "")
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
Olm
|
Olm
|
||||||
GIT_REPOSITORY https://gitlab.matrix.org/matrix-org/olm.git
|
GIT_REPOSITORY https://gitlab.matrix.org/matrix-org/olm.git
|
||||||
|
|
Loading…
Reference in a new issue