From 24d2a2d8216f69bf4b9f942f79f1518c93fab413 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sat, 13 Jun 2020 02:44:53 +0200 Subject: Update mtxclient version to tag --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index fcdbf752..04baf360 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -337,11 +337,11 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG a897142a3fa6ece92daa1040551fb8ac09be1766 + GIT_TAG v0.3.1 ) FetchContent_MakeAvailable(MatrixClient) else() - find_package(MatrixClient 0.3.0 REQUIRED) + find_package(MatrixClient 0.3.1 REQUIRED) endif() if(USE_BUNDLED_OLM) include(FetchContent) -- cgit 1.5.1