提交 f68be384 编写于 作者: A Andrey Senyaev

Skip only gapi if it was not found

上级 9ad778e3
......@@ -412,7 +412,8 @@ class RearrangeCMakeOutput(object):
final_install_relpaths.append(new_install_relpath)
del m, fslash_relpath, new_install_relpath
else:
if not found:
# gapi can be missed if ADE was not downloaded (network issue)
if not found and "gapi" not in relpath_re:
raise Exception("Not found: '%s'" % relpath_re)
del r, found
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册