Commit 531f7c46 authored by Artur Wojcik's avatar Artur Wojcik

fix parallel build of target

Signed-off-by: 's avatarArtur Wojcik <artur.wojcik@intel.com>
parent b5446d87
......@@ -42,3 +42,7 @@ add_custom_command(
)
add_custom_target(python_wheel DEPENDS ngraph ${CMAKE_BINARY_DIR}/python/dist/)
if (NGRAPH_CPU_ENABLE)
add_dependencies(python_wheel ext_mkldnn)
endif()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment