Browse Source

fix

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/182/head
crueter 7 months ago
parent
commit
fdb9a27c03
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -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…
Cancel
Save