提交 bf4447b1 编写于 作者: D Derek Murray 提交者: Gunhan Gulsoy

[CMake] Build Python protos after core protos

Ensures that the generated code for the core protos has been generated before compiling the generated code for the Python-specific protos.
上级 025aab72
......@@ -131,7 +131,7 @@ RELATIVE_PROTOBUF_GENERATE_CPP(PROTO_SRCS PROTO_HDRS
)
add_library(tf_python_protos_cc ${PROTO_SRCS} ${PROTO_HDRS})
add_dependencies(tf_python_protos_cc tf_protos_cc)
# tf_python_touchup_modules adds empty __init__.py files to all
# directories containing Python code, so that Python will recognize
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册