From 29e8ef110fbcedabda4ba8db9485cd7130dd960e Mon Sep 17 00:00:00 2001 From: youny626 Date: Tue, 5 Nov 2019 13:21:32 +0800 Subject: [PATCH] change default cpu version option to off --- core/cmake/DefineOptions.cmake | 2 +- core/src/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/cmake/DefineOptions.cmake b/core/cmake/DefineOptions.cmake index b90f41fe8e..c7f4f73d94 100644 --- a/core/cmake/DefineOptions.cmake +++ b/core/cmake/DefineOptions.cmake @@ -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") diff --git a/core/src/config.h b/core/src/config.h index b031713328..5f604f53b3 100644 --- a/core/src/config.h +++ b/core/src/config.h @@ -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"