From 9a96a0ba5d624e02aeeac9e5d2782dc56b351561 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 7 Jul 2021 22:56:44 -0400 Subject: [PATCH] Update mtxclient with coeurl fixes --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 355424b3..302dc32d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -380,7 +380,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG 9ecaefe377d4dab688caee186e4a263cb7f105e8 + GIT_TAG 3de33120f6e2ef8e5d29b9a1a1000bfd5eea13b3 ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")