mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Fix core/src/index build issue (#14083)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>pull/14117/head
parent
257e60f15f
commit
583fc21e15
|
@ -13,6 +13,7 @@
|
|||
|
||||
include_directories(${INDEX_SOURCE_DIR}/knowhere)
|
||||
include_directories(${INDEX_SOURCE_DIR}/thirdparty)
|
||||
include_directories(${INDEX_SOURCE_DIR}/../../thirdparty)
|
||||
include_directories(${INDEX_SOURCE_DIR}/thirdparty/NGT/lib)
|
||||
|
||||
set(KNOWHERE_THIRDPARTY_SRC ${INDEX_SOURCE_DIR}/thirdparty)
|
||||
|
@ -46,7 +47,7 @@ set(external_srcs
|
|||
|
||||
set (LOG_SRC
|
||||
knowhere/common/Log.cpp
|
||||
${MILVUS_THIRDPARTY_SRC}/easyloggingpp/easylogging++.cc
|
||||
${INDEX_SOURCE_DIR}/../../thirdparty/easyloggingpp/easylogging++.cc
|
||||
)
|
||||
add_library(index_log STATIC ${LOG_SRC})
|
||||
set_target_properties(index_log PROPERTIES RULE_LAUNCH_COMPILE "")
|
||||
|
|
Loading…
Reference in New Issue