Unverified Commit a534274f authored by Adam Procter's avatar Adam Procter Committed by GitHub

Merge pull request #2316 from NervanaSystems/awojcik/fix_python_wheel_parallel_build

fix parallel build of target `python_wheel`
parents 49a32b14 acc5f872
...@@ -42,3 +42,7 @@ add_custom_command( ...@@ -42,3 +42,7 @@ add_custom_command(
) )
add_custom_target(python_wheel DEPENDS ngraph ${CMAKE_BINARY_DIR}/python/dist/) 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