From a6fcea1b141e1bbbe494b76a2d8973c4dc012a12 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Thu, 16 Sep 2021 15:56:58 +0200 Subject: [PATCH] bump mtxclient fixes build with new libolm --- CMakeLists.txt | 2 +- io.github.NhekoReborn.Nheko.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b6c08b7..85726fed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 "") diff --git a/io.github.NhekoReborn.Nheko.yaml b/io.github.NhekoReborn.Nheko.yaml index a1d96db7..4b0f7bf3 100644 --- a/io.github.NhekoReborn.Nheko.yaml +++ b/io.github.NhekoReborn.Nheko.yaml @@ -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: