Merge branch 'cmake' into 'branch-0.4.0'

MS-495: cmake: integrated knowhere

See merge request megasearch/milvus!499

Former-commit-id: dc00213133c082dcc021575083255d3fdda21750
pull/191/head
jinhai 2019-09-06 18:16:31 +08:00
commit eaff4e5f0b
2 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -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)