Skip to content

Commit 2ddca71

Browse files
committed
update boost dst dir
1 parent efd425c commit 2ddca71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/inference_lib.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ copy(glog_lib
7070
DSTS ${dst_dir} ${dst_dir}/lib
7171
)
7272

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

0 commit comments

Comments
 (0)