提交 a03253a2 编写于 作者: R Raphaël Droz 提交者: Gines

Filter out src/openpose/CMakeFiles from available target subdirectories (issue #631) (#823)

上级 a6bde614
......@@ -43,7 +43,7 @@ macro(subdirlist result curdir)
FILE(GLOB children RELATIVE ${curdir} ${curdir}/*)
SET(dirlist "")
foreach (child ${children})
if (IS_DIRECTORY ${curdir}/${child})
if (IS_DIRECTORY ${curdir}/${child} AND NOT ${child} STREQUAL "CMakeFiles")
list(APPEND dirlist ${child})
endif()
endforeach ()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册