summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-01-12 02:49:50 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2023-01-12 03:02:24 +0100
commit0833b3978142bc791a5a99ff291cda9024b5d6de (patch)
treebcc71566a3ef7c0f0e82b14edf0491e241527be2 /CMakeLists.txt
parenta90b46026bc54303432178acb01fedb3f4207bd5 (diff)
Log registration flows
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 079fdcb9..52fe8c9f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -595,7 +595,7 @@ if(USE_BUNDLED_MTXCLIENT)
FetchContent_Declare(
MatrixClient
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
- GIT_TAG 176242b1d2c68878c0ce610c109d0779fe7fa8fb
+ GIT_TAG b8f0e821066946fd567ea6a11933ebce69d72b6f
)
set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")