We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c584b commit 90d3336Copy full SHA for 90d3336
Sofa/framework/Config/cmake/SofaMacrosUtils.cmake
@@ -33,9 +33,7 @@ endfunction()
33
macro(__get_all_targets_recursive targets dir)
34
get_property(subdirectories DIRECTORY ${dir} PROPERTY SUBDIRECTORIES)
35
foreach(subdir ${subdirectories})
36
- if (NOT ${subdir} MATCHES ${dir})
37
- __get_all_targets_recursive(${targets} ${subdir})
38
- endif()
+ __get_all_targets_recursive(${targets} ${subdir})
39
endforeach()
40
41
get_property(current_targets DIRECTORY ${dir} PROPERTY BUILDSYSTEM_TARGETS)
0 commit comments