diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-01-12 02:59:16 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-01-12 03:03:55 +0100 |
commit | 8a619d2feab56ee8fd8d3bd4ff3a7948e82cc6b8 (patch) | |
tree | 4de91217d39333b0c7cef5a1b988186e6d116995 /CMakeLists.txt | |
parent | Log registration flows (diff) | |
download | nheko-8a619d2feab56ee8fd8d3bd4ff3a7948e82cc6b8.tar.xz |
Bump mtxclient version
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 52fe8c9f..3a359dbc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -595,7 +595,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG b8f0e821066946fd567ea6a11933ebce69d72b6f + GIT_TAG 79dcdbb8daad2efb06147e136702a12cd8877aba ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") |