From 17ad97c5179fb9a1c62e20412bbbc11a75e56951 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Mon, 20 Feb 2023 02:45:06 +0100 Subject: [PATCH] Fix typo in tag --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ad1565fd..0835120f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -597,7 +597,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG 0.9.2 + GIT_TAG v0.9.2 ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")