From 5693b2bea7753b140db735e4fc59007889509dc0 Mon Sep 17 00:00:00 2001 From: yangfei Date: Wed, 31 Oct 2018 23:09:50 +0800 Subject: [PATCH] update CMakeList.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fcf6287015..1d101654e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ 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" OFF) +option(USE_EXCEPTION "use std exception" ON) 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