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.
2 parents 251a1bb + c0b3f93 commit 1538059Copy full SHA for 1538059
cmake/inference_lib.cmake
@@ -186,8 +186,7 @@ set(module "inference")
186
copy(inference_lib DEPS ${inference_deps}
187
SRCS ${src_dir}/${module}/*.h ${PADDLE_BINARY_DIR}/paddle/fluid/inference/libpaddle_fluid.*
188
${src_dir}/${module}/api/paddle_*.h
189
- ${PADDLE_BINARY_DIR}/paddle/fluid/inference/api/paddle_inference_pass.h
190
- DSTS ${dst_dir}/${module} ${dst_dir}/${module} ${dst_dir}/${module} ${dst_dir}/${module}
+ DSTS ${dst_dir}/${module} ${dst_dir}/${module} ${dst_dir}/${module}
191
)
192
193
set(module "platform")
0 commit comments