From 2bac6d6c75f22416f61d0ef59951197df845e264 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Tue, 27 Oct 2020 22:16:59 +0100 Subject: Fix ambiguous namespace on gcc7 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e5afb480..6b5bffd7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -340,7 +340,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG ba5af13e5378915ff99a2db6ccfb0e9ab9eba70a + GIT_TAG ed6315563409ce9d47978ff2a2d771b863e375c5 ) FetchContent_MakeAvailable(MatrixClient) else() -- cgit 1.5.1