diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-01-11 19:15:43 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-01-11 19:15:43 +0100 |
commit | 947e40bd704da893f6bec84a20bc97cb069cf191 (patch) | |
tree | e22a027807b6d47922693c4172f2d7be45e3109a /CMakeLists.txt | |
parent | Merge pull request #372 from deepbluev7/fix-pr-CI (diff) | |
download | nheko-947e40bd704da893f6bec84a20bc97cb069cf191.tar.xz |
Allow joins via other servers from a matrix: uri
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ec9c8c1f..1f8b0036 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -354,7 +354,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG cad81d1677a4845366b93112f8f2e267ee8c9ae0 + GIT_TAG d44158e17e8eb872bee762a81fc04bfad117f0c5 ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") |