From 544f33cccffc0f578d2b891fc1e7b8cd505d2426 Mon Sep 17 00:00:00 2001 From: liuruilong Date: Wed, 31 Oct 2018 22:44:24 +0800 Subject: [PATCH] update cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b9d072241c..4762be0a47 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.6) -option(USE_OPENMP "openmp support" OFF) +option(USE_OPENMP "openmp support" ON) option(DEBUGING "enable debug mode" OFF) option(USE_EXCEPTION "use std exception" ON) option(SYMBOL_HIDDEN "symbol hidden" OFF) # on when use jni or ios io -- GitLab