mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-11 09:46:26 +08:00
change default cpu version option to off
This commit is contained in:
parent
ac1caec612
commit
29e8ef110f
@ -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")
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user