mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Update libolm
This commit is contained in:
parent
28da27473e
commit
a8c3478ea1
2 changed files with 3 additions and 3 deletions
|
@ -369,7 +369,7 @@ if(USE_BUNDLED_OLM)
|
||||||
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
|
||||||
GIT_TAG 3.1.4
|
GIT_TAG 3.2.4
|
||||||
)
|
)
|
||||||
set(OLM_TESTS OFF CACHE INTERNAL "")
|
set(OLM_TESTS OFF CACHE INTERNAL "")
|
||||||
FetchContent_MakeAvailable(Olm)
|
FetchContent_MakeAvailable(Olm)
|
||||||
|
|
|
@ -63,9 +63,9 @@ modules:
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
name: olm
|
name: olm
|
||||||
sources:
|
sources:
|
||||||
- commit: 6753595300767dd70150831dbbe6f92d64e75038
|
- commit: 64afab93645957846d936a19b8501dbd3f2cc4a1
|
||||||
disable-shallow-clone: true
|
disable-shallow-clone: true
|
||||||
tag: 3.1.4
|
tag: 3.2.4
|
||||||
type: git
|
type: git
|
||||||
url: https://gitlab.matrix.org/matrix-org/olm.git
|
url: https://gitlab.matrix.org/matrix-org/olm.git
|
||||||
- config-opts:
|
- config-opts:
|
||||||
|
|
Loading…
Reference in a new issue