Skip to content
Snippets Groups Projects
Verified Commit 0ae29d8b authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix content rules matching everything

fixes #1218
parent 40ac55dd
No related branches found
No related tags found
No related merge requests found
Pipeline #3902 passed
......@@ -593,7 +593,7 @@ if(USE_BUNDLED_MTXCLIENT)
FetchContent_Declare(
MatrixClient
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
GIT_TAG 23dc88d8c3fb3bd20fd161f5b5fe6b4fe812d983
GIT_TAG a1b7b81ce00ef5808eac0fdd895a95044e1b07ed
)
set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")
......
......@@ -182,7 +182,7 @@ modules:
buildsystem: cmake-ninja
name: mtxclient
sources:
- commit: 23dc88d8c3fb3bd20fd161f5b5fe6b4fe812d983
- commit: a1b7b81ce00ef5808eac0fdd895a95044e1b07ed
#tag: v0.8.2
type: git
url: https://github.com/Nheko-Reborn/mtxclient.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment