bump mtxclient

fixes build with new libolm
pull/729/head
Nicolas Werner 3 years ago
parent 9bef536723
commit a6fcea1b14
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 2
      CMakeLists.txt
  2. 2
      io.github.NhekoReborn.Nheko.yaml

@ -385,7 +385,7 @@ if(USE_BUNDLED_MTXCLIENT)
FetchContent_Declare(
MatrixClient
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
GIT_TAG ef741d7dceed11ccd46a553a4c886491aedc973b
GIT_TAG b452a984b0fc522c21bb8df7d320bf13960974d0
)
set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")

@ -163,7 +163,7 @@ modules:
buildsystem: cmake-ninja
name: mtxclient
sources:
- commit: ef741d7dceed11ccd46a553a4c886491aedc973b
- commit: b452a984b0fc522c21bb8df7d320bf13960974d0
type: git
url: https://github.com/Nheko-Reborn/mtxclient.git
- config-opts:

Loading…
Cancel
Save