Merge branch 'feature/improve_cmake_msg' into 'master'

feat(tools): Improves a cmake message for updating git submodules

See merge request espressif/esp-idf!27859
This commit is contained in:
Konstantin Kondrashov
2023-12-13 16:50:21 +08:00

View File

@@ -49,8 +49,8 @@ else()
endif()
elseif(NOT "${status}" STREQUAL " ")
message(WARNING "Git submodule ${submodule_path} is out of date. "
"Run 'git submodule update --init --recursive' to fix.")
message(WARNING "Git submodule ${submodule_path} is out of date. Run the following command to fix: "
"git submodule update --init --recursive")
endif()
# Force a re-run of cmake if the submodule's .git file changes or is changed (ie accidental deinit)