mirror of https://github.com/milvus-io/milvus.git
Fix CMakeLists.txt comment error (#12141)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/12145/head
parent
e66537f9c9
commit
8a9fb9b287
|
@ -105,7 +105,7 @@ macro(build_faiss)
|
|||
|
||||
message(STATUS "Building FAISS with configure args -${FAISS_CONFIGURE_ARGS}")
|
||||
|
||||
//Notice: there will not set LDFLAGS value
|
||||
#Notice: there will not set LDFLAGS value
|
||||
if (DEFINED ENV{FAISS_SOURCE_URL})
|
||||
set(FAISS_SOURCE_URL "$ENV{FAISS_SOURCE_URL}")
|
||||
externalproject_add(faiss_ep
|
||||
|
|
Loading…
Reference in New Issue