Update DefineOptions.cmake

pull/240/head
Zhiru Zhu 2019-11-07 16:11:55 +08:00 committed by GitHub
parent 3c0c4646b0
commit 7fa712e45c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

@ -81,18 +81,6 @@ define_option(MILVUS_WITH_GRPC "Build with GRPC" ON)
define_option(MILVUS_WITH_ZLIB "Build with zlib compression" ON)
#----------------------------------------------------------------------
if (MSVC)
set_option_category("MSVC")
define_option(MSVC_LINK_VERBOSE
"Pass verbose linking options when linking libraries and executables"
OFF)
define_option(MILVUS_USE_STATIC_CRT "Build MILVUS with statically linked CRT" OFF)
endif ()
#----------------------------------------------------------------------
set_option_category("Test and benchmark")