Skip to content

Commit

Permalink
Fixing cmake command removing temp data for ie_wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov committed Aug 2, 2021
1 parent e89ffa7 commit 498c569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference-engine/ie_bridges/python/wheel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ endif()

add_custom_command(TARGET ie_wheel
PRE_BUILD
COMMAND ${CMAKE_COMMAND} -E rm -rf "${CMAKE_CURRENT_BINARY_DIR}/site-packages"
COMMAND ${CMAKE_COMMAND} -E remove_directory "${CMAKE_CURRENT_BINARY_DIR}/site-packages"
COMMAND ${PYTHON_EXECUTABLE} ${SETUP_PY} clean bdist_wheel
--dist-dir ${CMAKE_BINARY_DIR}/wheels
--build=${WHEEL_BUILD}
Expand Down

0 comments on commit 498c569

Please sign in to comment.