only copy header file of boost

fix_gru_py
qiaolongfei 7 years ago
parent af2cd942bb
commit efd425cb5e

@ -70,9 +70,9 @@ copy(glog_lib
DSTS ${dst_dir} ${dst_dir}/lib DSTS ${dst_dir} ${dst_dir}/lib
) )
set(dst_dir "${CMAKE_INSTALL_PREFIX}/third_party/install/boost") set(dst_dir "${CMAKE_INSTALL_PREFIX}/third_party/boost/include")
copy(boost_lib copy(boost_lib
SRCS ${BOOST_INCLUDE_DIR} SRCS ${BOOST_INCLUDE_DIR}/boost
DSTS ${dst_dir} DSTS ${dst_dir}
) )

Loading…
Cancel
Save