summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-02-20 02:45:06 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2023-02-20 02:45:06 +0100
commit17ad97c5179fb9a1c62e20412bbbc11a75e56951 (patch)
treeef9c23180e7564aa265ee8a298dd1e8f27c43597
parent011c3ac8ec82d6a0ca61ed72b4af25a2182c1f3d (diff)
Fix typo in tagv0.11.2
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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 "")