From 2ddca7196dcec9cff8632ea8732a1a03215e48e9 Mon Sep 17 00:00:00 2001 From: qiaolongfei Date: Tue, 15 May 2018 17:45:02 +0800 Subject: [PATCH] update boost dst dir --- cmake/inference_lib.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/inference_lib.cmake b/cmake/inference_lib.cmake index 54014055b4c..06a7ae56827 100644 --- a/cmake/inference_lib.cmake +++ b/cmake/inference_lib.cmake @@ -70,7 +70,7 @@ copy(glog_lib DSTS ${dst_dir} ${dst_dir}/lib ) -set(dst_dir "${CMAKE_INSTALL_PREFIX}/third_party/boost/include") +set(dst_dir "${CMAKE_INSTALL_PREFIX}/third_party/boost/") copy(boost_lib SRCS ${BOOST_INCLUDE_DIR}/boost DSTS ${dst_dir} -- GitLab