We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7828b commit fa07d31Copy full SHA for fa07d31
1 file changed
python/CMakeLists.txt
@@ -192,6 +192,7 @@ add_custom_target(paddle_python ALL
192
if(BUILD_WHL_PACKAGE AND NOT WITH_SETUP_INSTALL)
193
add_custom_target(paddle_copy ALL
194
DEPENDS ${PADDLE_PYTHON_BUILD_DIR}/.timestamp_wheel)
195
+ add_dependencies(paddle_copy paddle_python)
196
endif()
197
198
set(PADDLE_PYTHON_PACKAGE_DIR ${CMAKE_CURRENT_BINARY_DIR}/dist/)
0 commit comments