diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-04-13 23:42:18 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-04-13 23:43:09 +0200 |
commit | 99314c948edf1258829b0b6772664dc448625044 (patch) | |
tree | 5432bd956175ac25e88d86173d8e0aa593861d57 /CMakeLists.txt | |
parent | Store state events with state keys (diff) | |
download | nheko-99314c948edf1258829b0b6772664dc448625044.tar.xz |
Fix broken olm channels automatically
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 ca66e167..b208756e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -361,7 +361,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG 808605299937203696a572c585a51509b1de28cf + GIT_TAG 5b7654c5d4512abc38806a0f44efc199029ceef4 ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") |