fix a bug when `CGAL_BRANCH_BUILD` is falsy (in testsuite tarballs for example)

This commit is contained in:
Laurent Rineau 2025-02-10 15:08:19 +01:00
parent 8eefb7f173
commit 4e5fed81de
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ function(CGAL_handle_subdirectories subdir_name plural_name)
else()
file(GLOB list "*")
file(GLOB list "${subdir_name}/*")
endif()