You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message(WARNING "Unable to parse output of 'git submodule status ${SOURCE_DIR_REL_SUBMODULE_PATH}': \"${SUBMODULE_GIT_SUBMODULE_STATUS}\". Not touching this submodule.")
message(WARNING "Unable to parse output of 'git status --porcelain=2 ${SOURCE_DIR_REL_SUBMODULE_PATH}': \"${SUBMODULE_GIT_STATUS}\". Not touching this submodule.")
message(WARNING "Unable to parse output of 'git submodule status ${SOURCE_DIR_REL_SUBMODULE_PATH}': \"${SUBMODULE_GIT_SUBMODULE_STATUS}\". Not touching this submodule.")
if(SUBMODULE_TRACKED_CHANGES OR SUBMODULE_UNTRACKED_CHANGES)
127
126
message(WARNING "Submodule ${SOURCE_DIR_REL_SUBMODULE_PATH} is on the wrong commit (should be ${SUBMODULE_SUPERPROJECT_POINTER_HASH}, is ${SUBMODULE_CURRENT_HASH}, but also has local modifications. Not touching this submodule. You may wish to commit your changes and/or update the commit of this submodule in git.")
128
127
return()
129
128
endif()
130
129
131
-
message("Submodule ${SOURCE_DIR_REL_SUBMODULE_PATH} is on the wrong commit (should be ${SUBMODULE_SUPERPROJECT_POINTER_HASH}, is ${SUBMODULE_CURRENT_HASH}). This is expected if the super-project commit changed. Updating it to the correct one.")
130
+
message(STATUS"Submodule ${SOURCE_DIR_REL_SUBMODULE_PATH} is on the wrong commit (should be ${SUBMODULE_SUPERPROJECT_POINTER_HASH}, is ${SUBMODULE_CURRENT_HASH}).")
131
+
message(STATUS"This is expected if the super-project commit changed. Updating the commit to the correct one.")
0 commit comments