From d140f1764e51a5e0088a2a96d8fbb4e36e11a64e Mon Sep 17 00:00:00 2001 From: yangfei Date: Wed, 31 Oct 2018 23:04:40 +0800 Subject: [PATCH] update CMakeList.txt --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4762be0a47..5dd4d02b44 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,8 @@ -cmake_minimum_required(VERSION 3.6) +cmake_minimum_required(VERSION 3.0.0) option(USE_OPENMP "openmp support" ON) -option(DEBUGING "enable debug mode" OFF) -option(USE_EXCEPTION "use std exception" ON) +option(DEBUGING "enable debug mode" ON) +option(USE_EXCEPTION "use std exception" OFF) option(SYMBOL_HIDDEN "symbol hidden" OFF) # on when use jni or ios io option(LOG_PROFILE "log profile" OFF) # select the platform to build -- GitLab