mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Changed mtxclient commit id for CI
This commit is contained in:
parent
a7bfaa4ef6
commit
a31cb9cc82
2 changed files with 4 additions and 4 deletions
|
@ -580,8 +580,8 @@ if(USE_BUNDLED_MTXCLIENT)
|
||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
MatrixClient
|
MatrixClient
|
||||||
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
|
GIT_REPOSITORY https://github.com/r0hit05/mtxclient.git
|
||||||
GIT_TAG 6f908f379c6d7afb6117baee3a59c6f5e3adfdda
|
GIT_TAG 9743ddde60151c2d0e3fd622d5e3fe469813f5d9
|
||||||
)
|
)
|
||||||
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 "")
|
||||||
|
|
|
@ -203,10 +203,10 @@ modules:
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
name: mtxclient
|
name: mtxclient
|
||||||
sources:
|
sources:
|
||||||
- commit: 6f908f379c6d7afb6117baee3a59c6f5e3adfdda
|
- commit: 9743ddde60151c2d0e3fd622d5e3fe469813f5d9
|
||||||
#tag: v0.7.0
|
#tag: v0.7.0
|
||||||
type: git
|
type: git
|
||||||
url: https://github.com/Nheko-Reborn/mtxclient.git
|
url: https://github.com/r0hit05/mtxclient.git
|
||||||
- config-opts:
|
- config-opts:
|
||||||
- -DCMAKE_BUILD_TYPE=Release
|
- -DCMAKE_BUILD_TYPE=Release
|
||||||
- -DLMDBXX_INCLUDE_DIR=.deps/lmdbxx
|
- -DLMDBXX_INCLUDE_DIR=.deps/lmdbxx
|
||||||
|
|
Loading…
Reference in a new issue