mirror of https://github.com/milvus-io/milvus.git
Remove redundant macro setting for knowhere (#26235)
Signed-off-by: Yudong Cai <yudong.cai@zilliz.com>pull/25675/head
parent
1055c90456
commit
4b60e44b38
|
@ -105,8 +105,6 @@ include( ExternalProject )
|
|||
include( GNUInstallDirs )
|
||||
include( FetchContent )
|
||||
|
||||
# this MACRO is used to show knowhere prometheus metrics
|
||||
add_definitions(-DNOT_COMPILE_FOR_SWIG)
|
||||
include_directories( thirdparty )
|
||||
|
||||
set( FETCHCONTENT_BASE_DIR ${MILVUS_BINARY_DIR}/3rdparty_download )
|
||||
|
|
Loading…
Reference in New Issue