summary refs log tree commit diff
diff options
context:
space:
mode:
authortrilene <trilene@runbox.com>2020-10-01 08:21:51 -0400
committertrilene <trilene@runbox.com>2020-10-01 08:21:51 -0400
commit4caa206483c3d81df1b1545a2915d2bfc5bb3fac (patch)
tree1e5a73c3c67f65891d525e2dad199444cff9e1c9
parentRemove duplicate control from settings page (diff)
downloadnheko-4caa206483c3d81df1b1545a2915d2bfc5bb3fac.tar.xz
Bump mtxclient
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index f5628e2a..938fbc8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -339,7 +339,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG ac680e971d437eb2135ef994dcb58c0bbb5bdf61 + GIT_TAG 21a55ba65d0712a441fbef2af2ede66771430247 ) FetchContent_MakeAvailable(MatrixClient) else()