Bump mtxclient to fix keybackup

This commit is contained in:
Nicolas Werner 2020-02-05 22:22:55 +01:00
parent 275d4dfed9
commit 08c16a5544
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ if(USE_BUNDLED_MTXCLIENT)
FetchContent_Declare( FetchContent_Declare(
MatrixClient MatrixClient
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
GIT_TAG ec569028ee7a5945bc5552858b2eac930c9d2871 GIT_TAG 5fbee216e640da45c05f25b1f84f03c88bca5910
) )
FetchContent_MakeAvailable(MatrixClient) FetchContent_MakeAvailable(MatrixClient)
else() else()