Skip to content

Commit

Permalink
Merge pull request #190 from robotology/traversaro-patch-1
Browse files Browse the repository at this point in the history
Fix regression in PR #186
  • Loading branch information
traversaro authored Feb 15, 2023
2 parents bfde900 + 264be70 commit d397ddf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ if(NOT CMAKE_CONFIGURATION_TYPES)
endif()

macro(SUBDIRLIST result curdir)
file(GLOB children RELATIVE ${curdir} ${curdir}/*)
set(dirlist "")
foreach(child ${children})
if(IS_DIRECTORY ${curdir}/${child})
Expand Down

0 comments on commit d397ddf

Please sign in to comment.