From b3ff70fee987984067f24827d0a57225b408fb87 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Mon, 8 Nov 2021 17:00:52 +0100 Subject: [PATCH] Fix bootstrap after registration --- CMakeLists.txt | 2 +- io.github.NhekoReborn.Nheko.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fdbdaaa2..d033d00f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -388,7 +388,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG 7fe7a70fcf7540beb6d7b4847e53a425de66c6bf + GIT_TAG fc5d01c775bde656b6d69954189522d138efe022 ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") diff --git a/io.github.NhekoReborn.Nheko.yaml b/io.github.NhekoReborn.Nheko.yaml index 19a2ad4f..fdd22ea6 100644 --- a/io.github.NhekoReborn.Nheko.yaml +++ b/io.github.NhekoReborn.Nheko.yaml @@ -163,7 +163,7 @@ modules: buildsystem: cmake-ninja name: mtxclient sources: - - commit: 7fe7a70fcf7540beb6d7b4847e53a425de66c6bf + - commit: fc5d01c775bde656b6d69954189522d138efe022 type: git url: https://github.com/Nheko-Reborn/mtxclient.git - config-opts: