diff --git a/CMakeLists.txt b/CMakeLists.txt index 4762be0a476941195fca3f06228acb237c4c2493..5dd4d02b44e86f9b05bb238e26a7bcc006a282b7 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