From ef941920eaafe0449b01d344c631efe4c017cbad Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 17 Jun 2022 03:11:31 +0200 Subject: Fix compilation without implicit nlohmann conversions --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a6af90d6..fa8c6ba9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -576,7 +576,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG a6ca9714490ad0bb0c032e00be4f7d7ebd683378 + GIT_TAG e13a71d3ca883e8ed88e0b60adb0914120328bac ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") -- cgit 1.5.1