Skip to content

Commit 1c4472c

Browse files
committed
Update args to fix CMake 4 compatibility
1 parent f855a8b commit 1c4472c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ if(NOT USE_SYSTEM_ARGS)
7878
include(FetchContent)
7979
FetchContent_Declare(args
8080
GIT_REPOSITORY https://github.com/Taywee/args
81-
GIT_TAG 6.4.6
81+
GIT_TAG 6.4.7
8282
)
8383
FetchContent_MakeAvailable(args)
8484
endfunction()

0 commit comments

Comments
 (0)