summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoe <rubberduckie3554@gmail.com>2021-07-07 22:56:44 -0400
committerJoe <rubberduckie3554@gmail.com>2021-07-07 22:56:44 -0400
commit9a96a0ba5d624e02aeeac9e5d2782dc56b351561 (patch)
tree94a3d341cc24af71e8ea051bf73e222c1b4e70fb
parentGet SChannel CURL backend working for coeurl on Windows (diff)
downloadnheko-9a96a0ba5d624e02aeeac9e5d2782dc56b351561.tar.xz
Update mtxclient with coeurl fixes
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index 355424b3..302dc32d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -380,7 +380,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG 9ecaefe377d4dab688caee186e4a263cb7f105e8 + GIT_TAG 3de33120f6e2ef8e5d29b9a1a1000bfd5eea13b3 ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")