mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
parent
cb43dfb964
commit
7e339ce512
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ MACRO(SUBDIRLIST result curdir)
|
|||
SET(dirlist "")
|
||||
FOREACH(child ${children})
|
||||
IF(IS_DIRECTORY ${curdir}/${child})
|
||||
STRING(REPLACE "/" "" child ${child})
|
||||
LIST(APPEND dirlist ${child})
|
||||
ENDIF()
|
||||
ENDFOREACH()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue