Skip to content

Commit 1538059

Browse files
authored
Merge pull request #14595 from luotao1/clean_infer_library
clean inference include files
2 parents 251a1bb + c0b3f93 commit 1538059

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmake/inference_lib.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,7 @@ set(module "inference")
186186
copy(inference_lib DEPS ${inference_deps}
187187
SRCS ${src_dir}/${module}/*.h ${PADDLE_BINARY_DIR}/paddle/fluid/inference/libpaddle_fluid.*
188188
${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}
189+
DSTS ${dst_dir}/${module} ${dst_dir}/${module} ${dst_dir}/${module}
191190
)
192191

193192
set(module "platform")

0 commit comments

Comments
 (0)