Skip to content

Commit 8e0cbfb

Browse files
committed
Fix plugin_arch branch name to main
1 parent ac5ca15 commit 8e0cbfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/Dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if(EXISTS "${_plugin_arch_local}/CMakeLists.txt")
1010
else()
1111
FetchContent_Declare(plugin_arch
1212
GIT_REPOSITORY https://github.com/bdcbqa314159/cpp_plugin_arch.git
13-
GIT_TAG master
13+
GIT_TAG main
1414
GIT_SHALLOW TRUE
1515
)
1616
endif()

0 commit comments

Comments
 (0)