summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-05-14 02:49:52 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-05-14 02:49:52 +0200
commit8043a8fa17d6281ddcfe9ab645f53b97ada532d2 (patch)
tree482dba5820d019cde60e98f6fd50821c5a439f9c
parentUse newer libolm (diff)
downloadnheko-8043a8fa17d6281ddcfe9ab645f53b97ada532d2.tar.xz
Fix shadowing warning
-rw-r--r--CMakeLists.txt2
-rw-r--r--io.github.NhekoReborn.Nheko.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index 0395a14c..f0071100 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -400,7 +400,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG 2122209f04681ac8d61ddd0fa4fcbc8368eb5b5b + GIT_TAG f1250b3f212171cacca791ed585cab53cf34c199 ) 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 241900a7..e972c056 100644 --- a/io.github.NhekoReborn.Nheko.yaml +++ b/io.github.NhekoReborn.Nheko.yaml
@@ -203,7 +203,7 @@ modules: buildsystem: cmake-ninja name: mtxclient sources: - - commit: 2122209f04681ac8d61ddd0fa4fcbc8368eb5b5b + - commit: f1250b3f212171cacca791ed585cab53cf34c199 #tag: v0.7.0 type: git url: https://github.com/Nheko-Reborn/mtxclient.git