Skip to content

Commit efd425c

Browse files
committed
only copy header file of boost
1 parent af2cd94 commit efd425c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/inference_lib.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ copy(glog_lib
7070
DSTS ${dst_dir} ${dst_dir}/lib
7171
)
7272

73-
set(dst_dir "${CMAKE_INSTALL_PREFIX}/third_party/install/boost")
73+
set(dst_dir "${CMAKE_INSTALL_PREFIX}/third_party/boost/include")
7474
copy(boost_lib
75-
SRCS ${BOOST_INCLUDE_DIR}
75+
SRCS ${BOOST_INCLUDE_DIR}/boost
7676
DSTS ${dst_dir}
7777
)
7878

0 commit comments

Comments
 (0)