Unverified Commit 544aa6a3 authored by Adam Procter's avatar Adam Procter Committed by GitHub

Merge branch 'master' into mkarzyns/version_fix

parents 11292dc5 a534274f
......@@ -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