mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Bump mtxclient version to 0.10.0
This commit is contained in:
parent
64bba3736d
commit
7964ea2d5d
2 changed files with 4 additions and 4 deletions
|
@ -606,13 +606,13 @@ 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 a70753812e3fb832df12b24ee0ee6c70d68060d5
|
GIT_TAG v0.10.0
|
||||||
)
|
)
|
||||||
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 "")
|
||||||
FetchContent_MakeAvailable(MatrixClient)
|
FetchContent_MakeAvailable(MatrixClient)
|
||||||
else()
|
else()
|
||||||
find_package(MatrixClient 0.9.0 REQUIRED)
|
find_package(MatrixClient 0.10.0 REQUIRED)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(VOIP)
|
if(VOIP)
|
||||||
|
|
|
@ -223,8 +223,8 @@ modules:
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
name: mtxclient
|
name: mtxclient
|
||||||
sources:
|
sources:
|
||||||
- commit: a70753812e3fb832df12b24ee0ee6c70d68060d5
|
- commit: 457bc52773b40142848f0b2ab025516bf6ed634d
|
||||||
#tag: v0.9.2
|
tag: v0.10.0
|
||||||
type: git
|
type: git
|
||||||
url: https://github.com/Nheko-Reborn/mtxclient.git
|
url: https://github.com/Nheko-Reborn/mtxclient.git
|
||||||
- config-opts:
|
- config-opts:
|
||||||
|
|
Loading…
Reference in a new issue