Merge pull request #15307 from luotao1/trace_deps
fix imperative compile when WITH_PYTHON=OFFrecover_files
commit
9497d43921
@ -1,3 +1,5 @@
|
||||
if(WITH_PYTHON)
|
||||
cc_library(layer SRCS layer.cc DEPS proto_desc operator)
|
||||
cc_library(tracer SRCS tracer.cc DEPS proto_desc)
|
||||
cc_library(engine SRCS engine.cc)
|
||||
endif()
|
||||
|
Loading…
Reference in new issue