mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-05 05:18:52 +08:00
#6 Use system boost instead of compiling boost source code.
Former-commit-id: 982ca5d9cf921b325f6f92d7e52e08c8ee61c998
This commit is contained in:
parent
426e515bff
commit
ae30b7fbe5
@ -96,9 +96,9 @@ set(prometheus_lib
|
||||
)
|
||||
|
||||
set(boost_lib
|
||||
boost_system
|
||||
boost_filesystem
|
||||
boost_serialization
|
||||
libboost_system.a
|
||||
libboost_filesystem.a
|
||||
libboost_serialization.a
|
||||
)
|
||||
|
||||
set(cuda_lib
|
||||
|
@ -92,8 +92,8 @@ set(common_files
|
||||
|
||||
set(unittest_libs
|
||||
sqlite
|
||||
boost_system_static
|
||||
boost_filesystem_static
|
||||
libboost_system.a
|
||||
libboost_filesystem.a
|
||||
lz4
|
||||
mysqlpp
|
||||
yaml-cpp
|
||||
|
Loading…
Reference in New Issue
Block a user