Bump mtxclient to fix fmt build errors

pull/1795/head
Nicolas Werner 4 months ago
parent 0599444552
commit 2d9142d491
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 2
      CMakeLists.txt
  2. 4
      im.nheko.Nheko.yaml

@ -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 "")

@ -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

Loading…
Cancel
Save