mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-03-27 22:06:39 -06:00
cmake: Added missing newline to missing submodule message
This commit is contained in:
parent
354f5d698f
commit
d0eaf07a40
@ -223,7 +223,7 @@ function(check_submodules_present)
|
||||
foreach(module ${gitmodules})
|
||||
string(REGEX REPLACE "path *= *" "" module ${module})
|
||||
if (NOT EXISTS "${PROJECT_SOURCE_DIR}/${module}/.git")
|
||||
message(SEND_ERROR "Git submodule ${module} not found."
|
||||
message(SEND_ERROR "Git submodule ${module} not found.\n"
|
||||
"Please run: git submodule update --init --recursive")
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user