change BUILD_FAISS_WITH_MKL to default off

Former-commit-id: 8cf737578611bf2f05cc4da3a775328e6463d341
This commit is contained in:
zhiru 2019-07-23 10:42:47 +08:00
parent 5d1e887622
commit 57fd142712
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ MAKE_CLEAN="OFF"
BUILD_COVERAGE="OFF"
DB_PATH="/opt/milvus"
PROFILING="OFF"
BUILD_FAISS_WITH_MKL="ON"
BUILD_FAISS_WITH_MKL="OFF"
while getopts "p:d:t:uhlrcgm" arg
do

View File

@ -700,7 +700,7 @@ endmacro()
# FAISS
if(NOT DEFINED BUILD_FAISS_WITH_MKL)
set(BUILD_FAISS_WITH_MKL ON)
set(BUILD_FAISS_WITH_MKL OFF)
endif()
if(EXISTS "/proc/cpuinfo")