Skip to content

Commit fa07d31

Browse files
authored
fix JetPack_bug (#62426)
1 parent 5a7828b commit fa07d31

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ add_custom_target(paddle_python ALL
192192
if(BUILD_WHL_PACKAGE AND NOT WITH_SETUP_INSTALL)
193193
add_custom_target(paddle_copy ALL
194194
DEPENDS ${PADDLE_PYTHON_BUILD_DIR}/.timestamp_wheel)
195+
add_dependencies(paddle_copy paddle_python)
195196
endif()
196197

197198
set(PADDLE_PYTHON_PACKAGE_DIR ${CMAKE_CURRENT_BINARY_DIR}/dist/)

0 commit comments

Comments
 (0)