From af2cd942bb7baa487d0289d10fdfce7e35a6ba55 Mon Sep 17 00:00:00 2001
From: qiaolongfei <qiaolongfei@baidu.com>
Date: Tue, 15 May 2018 09:50:48 +0800
Subject: [PATCH] copy boost

---
 cmake/inference_lib.cmake | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/cmake/inference_lib.cmake b/cmake/inference_lib.cmake
index cc758019827..78857cf2a0f 100644
--- a/cmake/inference_lib.cmake
+++ b/cmake/inference_lib.cmake
@@ -70,6 +70,12 @@ copy(glog_lib
   DSTS ${dst_dir} ${dst_dir}/lib
 )
 
+set(dst_dir "${CMAKE_INSTALL_PREFIX}/third_party/install/boost")
+copy(boost_lib
+  SRCS ${BOOST_INCLUDE_DIR}
+  DSTS ${dst_dir}
+)
+
 if(NOT PROTOBUF_FOUND)
     set(dst_dir "${CMAKE_INSTALL_PREFIX}/third_party/install/protobuf")
     copy(protobuf_lib
-- 
GitLab