We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe1b7e commit 2ff9f10Copy full SHA for 2ff9f10
python/CMakeLists.txt
@@ -52,7 +52,6 @@ add_custom_command(OUTPUT ${FLUID_CORE}
52
DEPENDS paddle_pybind)
53
add_custom_target(copy_paddle_pybind ALL DEPENDS ${FLUID_CORE})
54
55
-
56
add_custom_command(OUTPUT ${PADDLE_PYTHON_BUILD_DIR}/.timestamp
57
COMMAND touch stub.cc
58
COMMAND cp -r ${PADDLE_SOURCE_DIR}/python/paddle ${PADDLE_BINARY_DIR}/python
0 commit comments