mirror of https://github.com/milvus-io/milvus.git
commit
235b85f63b
|
@ -19,6 +19,7 @@ Please mark all change in change log and use the ticket from JIRA.
|
||||||
- MS-70 - cmake: remove redundant libs in src
|
- MS-70 - cmake: remove redundant libs in src
|
||||||
- MS-71 - cmake: fix faiss dependency
|
- MS-71 - cmake: fix faiss dependency
|
||||||
- MS-72 - cmake: change prometheus source to git
|
- MS-72 - cmake: change prometheus source to git
|
||||||
|
- MS-73 - cmake: delete civetweb
|
||||||
- MS-65 - Implement GetTableRowCount interface
|
- MS-65 - Implement GetTableRowCount interface
|
||||||
- MS-45 - Implement DeleteTable interface
|
- MS-45 - Implement DeleteTable interface
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,6 @@ set(unittest_libs
|
||||||
prometheus-cpp-pull
|
prometheus-cpp-pull
|
||||||
prometheus-cpp-push
|
prometheus-cpp-push
|
||||||
prometheus-cpp-core
|
prometheus-cpp-core
|
||||||
civetweb
|
|
||||||
dl
|
dl
|
||||||
z
|
z
|
||||||
${CUDA_TOOLKIT_ROOT_DIR}/lib64/stubs/libnvidia-ml.so
|
${CUDA_TOOLKIT_ROOT_DIR}/lib64/stubs/libnvidia-ml.so
|
||||||
|
|
Loading…
Reference in New Issue