Update libolm

left-avatar
Nicolas Werner 3 years ago
parent 28da27473e
commit a8c3478ea1
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 2
      CMakeLists.txt
  2. 4
      io.github.NhekoReborn.Nheko.yaml

@ -369,7 +369,7 @@ if(USE_BUNDLED_OLM)
FetchContent_Declare(
Olm
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 "")
FetchContent_MakeAvailable(Olm)

@ -63,9 +63,9 @@ modules:
buildsystem: cmake-ninja
name: olm
sources:
- commit: 6753595300767dd70150831dbbe6f92d64e75038
- commit: 64afab93645957846d936a19b8501dbd3f2cc4a1
disable-shallow-clone: true
tag: 3.1.4
tag: 3.2.4
type: git
url: https://gitlab.matrix.org/matrix-org/olm.git
- config-opts:

Loading…
Cancel
Save