summary refs log tree commit diff
path: root/CMakeLists.txt
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 /CMakeLists.txt
parentUse newer libolm (diff)
downloadnheko-8043a8fa17d6281ddcfe9ab645f53b97ada532d2.tar.xz
Fix shadowing warning
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 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 "")