From da9995fc3df36ea680c8bf150a7810d2e1f694ad Mon Sep 17 00:00:00 2001 From: trilene Date: Mon, 20 Jul 2020 09:36:16 -0400 Subject: [PATCH] Update mtxclient reference --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b2b8da3b..e17f70f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -340,7 +340,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG eddd95a896fad0c51fc800741d82bbc43fc6d41e + GIT_TAG 744018c86a8094acbda9821d6d7b5a890d4aac47 ) FetchContent_MakeAvailable(MatrixClient) else()