Bump mtxclient to fix fmt build errors

This commit is contained in:
Nicolas Werner 2024-08-05 19:39:15 +02:00
parent 0599444552
commit 2d9142d491
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -251,8 +251,8 @@ modules:
- -DBUILD_SHARED_LIBS=OFF - -DBUILD_SHARED_LIBS=OFF
buildsystem: cmake-ninja buildsystem: cmake-ninja
sources: sources:
- commit: 457bc52773b40142848f0b2ab025516bf6ed634d - commit: a0b203980491ddf2e2fe4f1cd6af8c2562b3ee35
tag: v0.10.0 #tag: v0.10.0
type: git type: git
url: https://github.com/Nheko-Reborn/mtxclient.git url: https://github.com/Nheko-Reborn/mtxclient.git
- name: nheko - name: nheko