We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0bfbd commit 0850b78Copy full SHA for 0850b78
cmake/modules/CheckSubmodules.cmake
@@ -113,8 +113,8 @@ MACRO(GIT_SUBMODULE SUBMODULE_PATH FORCE_DEINIT FORCE_REMOTE)
113
ENDIF()
114
ENDMACRO()
115
116
-SET(MISSING_COMMIT_PHRASES "no such remote ref;reference is not a tree")
117
-SET(RETRY_PHRASES "Failed to recurse;unadvertised object;cannot create directory;already exists;${MISSING_COMMIT_PHRASES}")
+SET(MISSING_COMMIT_PHRASES "no such remote ref;reference is not a tree;unadvertised object")
+SET(RETRY_PHRASES "Failed to recurse;cannot create directory;already exists;${MISSING_COMMIT_PHRASES}")
118
119
# Attempt to do lazy clone
120
FOREACH(_submodule ${SUBMODULE_LIST})
0 commit comments