Bump mtxclient

pull/1163/head
Nicolas Werner 2 years ago
parent e67fd45a28
commit 8527ae78d5
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 4
      CMakeLists.txt
  2. 4
      io.github.NhekoReborn.Nheko.yaml

@ -582,13 +582,13 @@ if(USE_BUNDLED_MTXCLIENT)
FetchContent_Declare(
MatrixClient
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
GIT_TAG a00a04adaddf856feaa21087217608e05b9c7ed3
GIT_TAG v0.8.1
)
set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")
FetchContent_MakeAvailable(MatrixClient)
else()
find_package(MatrixClient 0.8.0 REQUIRED)
find_package(MatrixClient 0.8.1 REQUIRED)
endif()
if (VOIP)

@ -203,8 +203,8 @@ modules:
buildsystem: cmake-ninja
name: mtxclient
sources:
- commit: a00a04adaddf856feaa21087217608e05b9c7ed3
#tag: v0.8.0
- commit: d4301e79862f5167806ecebd12746da21d6b3886
tag: v0.8.1
type: git
url: https://github.com/Nheko-Reborn/mtxclient.git
- config-opts:

Loading…
Cancel
Save