Move fiu nlohmann and easylogging to core/thirdparty (#12981)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/13004/head
Cai Yudong 2021-12-08 18:45:07 +08:00 committed by GitHub
parent 260d3e124d
commit 85efcd8582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 2 additions and 33944 deletions

View File

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

View File

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

View File

@ -56,3 +56,4 @@ endif()
add_subdirectory( protobuf )
add_subdirectory( boost_ext )
add_subdirectory( fiu )