change default cpu version option to off

This commit is contained in:
youny626 2019-11-05 13:21:32 +08:00
parent ac1caec612
commit 29e8ef110f
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ endmacro()
#----------------------------------------------------------------------
set_option_category("CPU version")
define_option(MILVUS_CPU_VERSION "Build CPU version only" ON)
define_option(MILVUS_CPU_VERSION "Build CPU version only" OFF)
#----------------------------------------------------------------------
set_option_category("Thirdparty")

View File

@ -1,3 +1,3 @@
#define MILVUS_VERSION "0.5.0"
#define BUILD_TYPE "Debug"
#define BUILD_TIME "2019-11-05 10:23.18"
#define BUILD_TIME "2019-11-05 13:20.31"