mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
fix: fix milvus gpu compile error (#33990)
NVIDIA RAFT uses customized versions of spdlog and fmt, which conflict with the versions provided by Conan. Therefore, it is necessary to isolate the build environment for knowhere to avoid these conflicts. issue: #33991 Signed-off-by: yusheng.ma <yusheng.ma@zilliz.com>
This commit is contained in:
parent
27905de192
commit
30b70b05d0
@ -12,6 +12,7 @@
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
# Update KNOWHERE_VERSION for the first occurrence
|
||||
set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY INCLUDE_DIRECTORIES "")
|
||||
set( KNOWHERE_VERSION v2.3.5 )
|
||||
set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere.git")
|
||||
message(STATUS "Knowhere repo: ${GIT_REPOSITORY}")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user