diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-07-09 15:36:15 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-07-09 15:36:28 +0200 |
commit | 11fa4821aa4ff93849b16dd3c9a7575533f6f296 (patch) | |
tree | b1952709198aaa9a2c376ad4e6efea786c1cd2c1 /CMakeLists.txt | |
parent | Translated using Weblate (French) (diff) | |
download | nheko-11fa4821aa4ff93849b16dd3c9a7575533f6f296.tar.xz |
Support rendering policy rules
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 ef57e213..a4331d25 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -581,7 +581,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG 842e10c4ae36aba23a20849e766f0c54b19fd4b6 + GIT_TAG 6f908f379c6d7afb6117baee3a59c6f5e3adfdda ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") |