diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-05-14 02:49:52 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-05-14 02:49:52 +0200 |
commit | 8043a8fa17d6281ddcfe9ab645f53b97ada532d2 (patch) | |
tree | 482dba5820d019cde60e98f6fd50821c5a439f9c /CMakeLists.txt | |
parent | Use newer libolm (diff) | |
download | nheko-8043a8fa17d6281ddcfe9ab645f53b97ada532d2.tar.xz |
Fix shadowing warning
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 0395a14c..f0071100 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -400,7 +400,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG 2122209f04681ac8d61ddd0fa4fcbc8368eb5b5b + GIT_TAG f1250b3f212171cacca791ed585cab53cf34c199 ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") |