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

Fix redactions

parent 11f9a9d0
No related branches found
No related tags found
No related merge requests found
Pipeline #1534 passed
...@@ -381,7 +381,7 @@ if(USE_BUNDLED_MTXCLIENT) ...@@ -381,7 +381,7 @@ if(USE_BUNDLED_MTXCLIENT)
FetchContent_Declare( FetchContent_Declare(
MatrixClient MatrixClient
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
GIT_TAG e5688a2c5987a614b5055595f991f18568127bd2 GIT_TAG bcf363cb5e6c423f40c96123e227bc8c5f6d6f80
) )
set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")
......
...@@ -161,7 +161,7 @@ modules: ...@@ -161,7 +161,7 @@ modules:
buildsystem: cmake-ninja buildsystem: cmake-ninja
name: mtxclient name: mtxclient
sources: sources:
- commit: e5688a2c5987a614b5055595f991f18568127bd2 - commit: bcf363cb5e6c423f40c96123e227bc8c5f6d6f80
type: git type: git
url: https://github.com/Nheko-Reborn/mtxclient.git url: https://github.com/Nheko-Reborn/mtxclient.git
- config-opts: - config-opts:
......
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