mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 09:38:39 +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
|
set(boost_lib
|
||||||
boost_system
|
libboost_system.a
|
||||||
boost_filesystem
|
libboost_filesystem.a
|
||||||
boost_serialization
|
libboost_serialization.a
|
||||||
)
|
)
|
||||||
|
|
||||||
set(cuda_lib
|
set(cuda_lib
|
||||||
|
|||||||
@ -92,8 +92,8 @@ set(common_files
|
|||||||
|
|
||||||
set(unittest_libs
|
set(unittest_libs
|
||||||
sqlite
|
sqlite
|
||||||
boost_system_static
|
libboost_system.a
|
||||||
boost_filesystem_static
|
libboost_filesystem.a
|
||||||
lz4
|
lz4
|
||||||
mysqlpp
|
mysqlpp
|
||||||
yaml-cpp
|
yaml-cpp
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user