From 28e7ea40cbbc52879dd0f3a1c648b416905e002f Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sun, 26 Jul 2020 12:12:19 +0200 Subject: Bump mtxclient and use git dependency in flatpak --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 658232e8..69261046 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -336,7 +336,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG eddd95a896fad0c51fc800741d82bbc43fc6d41e + GIT_TAG fa6e36dbcd922c1920873b3fcdfe0a9d283f082e ) FetchContent_MakeAvailable(MatrixClient) else() -- cgit 1.5.1