From 1246bfd89e16b9a68179cfe62e3f15a0bddc74aa Mon Sep 17 00:00:00 2001 From: quicksilver Date: Wed, 14 Aug 2019 15:58:30 +0800 Subject: [PATCH] build knowhere Former-commit-id: e743650d98d8131ae50952f65500728c379c76bc --- cpp/build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cpp/build.sh b/cpp/build.sh index 21fcbcd90d..1baad7d1c6 100755 --- a/cpp/build.sh +++ b/cpp/build.sh @@ -85,6 +85,9 @@ fi # Knowhere build output path KNOWHERE_BUILD_DIR="`pwd`/thirdparty/knowhere/knowhere" +pushd `pwd`/thirdparty/knowhere +./build.sh -t ${BUILD_TYPE} -p ${KNOWHERE_BUILD_DIR} ${KNOWHERE_OPTS} +popd cd cmake_build