mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 10:40:47 +03:00
Bump mtxclient to fix fmt build errors
This commit is contained in:
parent
0599444552
commit
2d9142d491
2 changed files with 3 additions and 3 deletions
|
@ -613,7 +613,7 @@ if(USE_BUNDLED_MTXCLIENT)
|
|||
FetchContent_Declare(
|
||||
MatrixClient
|
||||
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_TESTS OFF CACHE INTERNAL "")
|
||||
|
|
|
@ -251,8 +251,8 @@ modules:
|
|||
- -DBUILD_SHARED_LIBS=OFF
|
||||
buildsystem: cmake-ninja
|
||||
sources:
|
||||
- commit: 457bc52773b40142848f0b2ab025516bf6ed634d
|
||||
tag: v0.10.0
|
||||
- commit: a0b203980491ddf2e2fe4f1cd6af8c2562b3ee35
|
||||
#tag: v0.10.0
|
||||
type: git
|
||||
url: https://github.com/Nheko-Reborn/mtxclient.git
|
||||
- name: nheko
|
||||
|
|
Loading…
Reference in a new issue