From f3a2fdb7c9cff31f02f456b55b92dbbe046b094c Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sun, 23 Feb 2020 14:30:00 +0100 Subject: [PATCH] Fix windows build --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b4927bc3..146f2bb0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -333,7 +333,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG 5838f607d0e4c7595439249e8b9c213aec0667e9 + GIT_TAG 7fc1d357afaabb134cb6d9c593f94915973d31fa ) FetchContent_MakeAvailable(MatrixClient) else()