File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ if(WITH_PYTHON)
234
234
COMMAND ${CMAKE_COMMAND} -E touch ${PADDLE_BINARY_DIR} /python/paddle/distributed/fleet/proto/__init__.py
235
235
)
236
236
add_custom_target (framework_py_proto_init ALL COMMAND ${CMAKE_COMMAND} -E touch __init__.py )
237
- add_dependencies (framework_py_proto framework_py_proto_init trainer_py_proto distributed_strategy_py_proto fleet_proto_init )
237
+ add_dependencies (framework_py_proto framework_py_proto_init trainer_py_proto distributed_strategy_py_proto fleet_proto_init pass_desc_py_proto )
238
238
if (NOT WIN32 )
239
239
add_custom_command (TARGET framework_py_proto POST_BUILD
240
240
COMMAND ${CMAKE_COMMAND} -E make_directory ${PADDLE_BINARY_DIR} /python/paddle/fluid/proto
You can’t perform that action at this time.
0 commit comments