mirror of https://github.com/milvus-io/milvus.git
Move fiu nlohmann and easylogging to core/thirdparty (#12981)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>pull/13004/head
parent
260d3e124d
commit
85efcd8582
|
@ -46,7 +46,7 @@ set(external_srcs
|
|||
|
||||
set (LOG_SRC
|
||||
knowhere/common/Log.cpp
|
||||
${KNOWHERE_THIRDPARTY_SRC}/easyloggingpp/easylogging++.cc
|
||||
${MILVUS_THIRDPARTY_SRC}/easyloggingpp/easylogging++.cc
|
||||
)
|
||||
add_library(index_log STATIC ${LOG_SRC})
|
||||
set_target_properties(index_log PROPERTIES RULE_LAUNCH_COMPILE "")
|
||||
|
|
|
@ -48,10 +48,6 @@ if ( KNOWHERE_BUILD_TESTS )
|
|||
endif()
|
||||
|
||||
|
||||
if(NOT TARGET fiu)
|
||||
add_subdirectory(fiu)
|
||||
endif()
|
||||
|
||||
# ****************************** Thirdparty NGT ***************************************
|
||||
add_subdirectory(NGT)
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -56,3 +56,4 @@ endif()
|
|||
|
||||
add_subdirectory( protobuf )
|
||||
add_subdirectory( boost_ext )
|
||||
add_subdirectory( fiu )
|
||||
|
|
Loading…
Reference in New Issue