Remove redundant macro setting for knowhere (#26235)

Signed-off-by: Yudong Cai <yudong.cai@zilliz.com>
pull/25675/head
Cai Yudong 2023-08-10 17:13:15 +08:00 committed by GitHub
parent 1055c90456
commit 4b60e44b38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

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