Skip to content

Commit 17ad97c

Browse files
committed
Fix typo in tag
1 parent 011c3ac commit 17ad97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ if(USE_BUNDLED_MTXCLIENT)
597597
FetchContent_Declare(
598598
MatrixClient
599599
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
600-
GIT_TAG 0.9.2
600+
GIT_TAG v0.9.2
601601
)
602602
set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
603603
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")

0 commit comments

Comments
 (0)