Update mtxclient reference

This commit is contained in:
trilene 2020-07-20 09:36:16 -04:00
parent 28a678ca60
commit da9995fc3d
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,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 eddd95a896fad0c51fc800741d82bbc43fc6d41e GIT_TAG 744018c86a8094acbda9821d6d7b5a890d4aac47
) )
FetchContent_MakeAvailable(MatrixClient) FetchContent_MakeAvailable(MatrixClient)
else() else()