mirror of https://github.com/milvus-io/milvus.git
Merge branch 'cmake' into 'branch-0.4.0'
MS-495: cmake: integrated knowhere See merge request megasearch/milvus!499 Former-commit-id: dc00213133c082dcc021575083255d3fdda21750pull/191/head
commit
eaff4e5f0b
|
@ -83,10 +83,6 @@ if [[ ! -d cmake_build ]]; then
|
|||
MAKE_CLEAN="ON"
|
||||
fi
|
||||
|
||||
#pushd `pwd`/src/core
|
||||
#./build.sh ${KNOWHERE_OPTIONS}
|
||||
#popd
|
||||
|
||||
cd cmake_build
|
||||
|
||||
CUDA_COMPILER=/usr/local/cuda/bin/nvcc
|
||||
|
|
|
@ -46,5 +46,5 @@ add_subdirectory(server)
|
|||
add_subdirectory(db)
|
||||
add_subdirectory(knowhere)
|
||||
add_subdirectory(metrics)
|
||||
add_subdirectory(scheduler)
|
||||
add_subdirectory(storage)
|
||||
#add_subdirectory(scheduler)
|
||||
#add_subdirectory(storage)
|
Loading…
Reference in New Issue