[skip e2e] Fix core/src/index build issue (#14083)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/14117/head
Cai Yudong 2021-12-23 21:11:16 +08:00 committed by GitHub
parent 257e60f15f
commit 583fc21e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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 "")