fix
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
3d178ec338
commit
fdb9a27c03
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ function(check_submodules_present)
|
|||
foreach(module ${gitmodules})
|
||||
string(REGEX REPLACE "path *= *" "" module ${module})
|
||||
|
||||
file(GLOB RESULT "${PROJECT_SOURCE_DIR}/${module}/")
|
||||
file(GLOB RESULT "${PROJECT_SOURCE_DIR}/${module}/*")
|
||||
list(LENGTH RESULT RES_LEN)
|
||||
if(RES_LEN EQUAL 0)
|
||||
message(FATAL_ERROR "Git submodule ${module} not found. "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue