mirror of https://github.com/CGAL/cgal
fix a bug when `CGAL_BRANCH_BUILD` is falsy (in testsuite tarballs for example)
This commit is contained in:
parent
8eefb7f173
commit
4e5fed81de
|
|
@ -54,7 +54,7 @@ function(CGAL_handle_subdirectories subdir_name plural_name)
|
|||
|
||||
else()
|
||||
|
||||
file(GLOB list "*")
|
||||
file(GLOB list "${subdir_name}/*")
|
||||
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue