summary refs log tree commit diff
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
parentAmend changelog (diff)
downloadnheko-17ad97c5179fb9a1c62e20412bbbc11a75e56951.tar.xz
Fix typo in tag
-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 "")