diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-06-30 13:05:18 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-06-30 13:05:18 +0200 |
commit | a2c4d0875c91e955cfe1c94cdbc2e605c0599392 (patch) | |
tree | fe5c063b7be970213b9b505666c9dc8a0537c8f8 /CMakeLists.txt | |
parent | Add curl deps to CI (diff) | |
download | nheko-a2c4d0875c91e955cfe1c94cdbc2e605c0599392.tar.xz |
Update mtxclient and add coeurl to flatpak
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 e18b651b..320b4678 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -376,7 +376,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG fdb2016eff4f2e91f17c343e9fcb0bfab5e78b63 + GIT_TAG 9ecaefe377d4dab688caee186e4a263cb7f105e8 ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") |