mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Move fiu nlohmann and easylogging to core/thirdparty (#12981)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
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
25447
internal/core/src/index/thirdparty/nlohmann/json.hpp
vendored
25447
internal/core/src/index/thirdparty/nlohmann/json.hpp
vendored
File diff suppressed because it is too large
Load Diff
1
internal/core/thirdparty/CMakeLists.txt
vendored
1
internal/core/thirdparty/CMakeLists.txt
vendored
@ -56,3 +56,4 @@ endif()
|
||||
|
||||
add_subdirectory( protobuf )
|
||||
add_subdirectory( boost_ext )
|
||||
add_subdirectory( fiu )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user