summary refs log tree commit diff
diff options
context:
space:
mode:
authortrilene <trilene@runbox.com>2020-07-20 09:36:16 -0400
committertrilene <trilene@runbox.com>2020-07-20 09:36:16 -0400
commitda9995fc3df36ea680c8bf150a7810d2e1f694ad (patch)
tree6080fb5f5766c35bbc12868d0058d2ab5cedd35b
parentAdd comment wrt TURN server credentials (diff)
downloadnheko-da9995fc3df36ea680c8bf150a7810d2e1f694ad.tar.xz
Update mtxclient reference
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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()