From fdb9a27c031966189842de5f1fc34df35b7f7e0f Mon Sep 17 00:00:00 2001 From: crueter Date: Sat, 2 Aug 2025 19:00:00 -0400 Subject: [PATCH] fix Signed-off-by: crueter --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c6feab7206..fd7c1817fb 100644 --- a/CMakeLists.txt +++ b/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. "