summary refs log tree commit diff
diff options
context:
space:
mode:
authorr0hit05 <rohitsutradhar311@gmail.com>2022-06-28 01:28:49 +0530
committerr0hit05 <rohitsutradhar311@gmail.com>2022-07-15 17:21:53 +0530
commita31cb9cc82f0cc0b31aa7b6f9cf54c510cef46f7 (patch)
treed557bdcc7cfa01f781f05890e03b5b426a03f353
parentUpdated call struct definitions (diff)
downloadnheko-a31cb9cc82f0cc0b31aa7b6f9cf54c510cef46f7.tar.xz
Changed mtxclient commit id for CI
-rw-r--r--CMakeLists.txt4
-rw-r--r--io.github.NhekoReborn.Nheko.yaml4
2 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index 3ca7e5c8..368843e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -580,8 +580,8 @@ if(USE_BUNDLED_MTXCLIENT) include(FetchContent) FetchContent_Declare( MatrixClient - GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG 6f908f379c6d7afb6117baee3a59c6f5e3adfdda + GIT_REPOSITORY https://github.com/r0hit05/mtxclient.git + GIT_TAG 9743ddde60151c2d0e3fd622d5e3fe469813f5d9 ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") diff --git a/io.github.NhekoReborn.Nheko.yaml b/io.github.NhekoReborn.Nheko.yaml
index 25dc4e94..9fbf53da 100644 --- a/io.github.NhekoReborn.Nheko.yaml +++ b/io.github.NhekoReborn.Nheko.yaml
@@ -203,10 +203,10 @@ modules: buildsystem: cmake-ninja name: mtxclient sources: - - commit: 6f908f379c6d7afb6117baee3a59c6f5e3adfdda + - commit: 9743ddde60151c2d0e3fd622d5e3fe469813f5d9 #tag: v0.7.0 type: git - url: https://github.com/Nheko-Reborn/mtxclient.git + url: https://github.com/r0hit05/mtxclient.git - config-opts: - -DCMAKE_BUILD_TYPE=Release - -DLMDBXX_INCLUDE_DIR=.deps/lmdbxx