Skip to content

Commit a9e2bd7

Browse files
committed
Updating sys_string dependency
1 parent ed7ea6e commit a9e2bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ list(APPEND DEPENDECIES_JSON "\"argum\": \"pkg:github/${ARGUM_REPO}@${ARGUM_VER}
2222
#################################################
2323

2424
set(SYS_STRING_REPO gershnik/sys_string)
25-
set(SYS_STRING_VER v2.19)
25+
set(SYS_STRING_VER 686a848e82453f979e722f28fc3b5f5b749d0aa8)
2626
FetchContent_Declare(sys_string
2727
GIT_REPOSITORY https://github.com/${SYS_STRING_REPO}.git
2828
GIT_TAG ${SYS_STRING_VER}

0 commit comments

Comments
 (0)