Skip to content

Commit

Permalink
Merge pull request #10660 from jacquesqiao/add-boost-to-inference
Browse files Browse the repository at this point in the history
add boost to inference lib
  • Loading branch information
jacquesqiao authored May 16, 2018
2 parents 74ca73b + 628c8d5 commit 6c32052
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmake/inference_lib.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ copy(glog_lib
DSTS ${dst_dir} ${dst_dir}/lib
)

set(dst_dir "${CMAKE_INSTALL_PREFIX}/third_party/boost/")
copy(boost_lib
SRCS ${BOOST_INCLUDE_DIR}/boost
DSTS ${dst_dir}
)

if(NOT PROTOBUF_FOUND)
set(dst_dir "${CMAKE_INSTALL_PREFIX}/third_party/install/protobuf")
copy(protobuf_lib
Expand Down

0 comments on commit 6c32052

Please sign in to comment.