From 9e63d954d2b4793a2622a3e15a3c35100cc10061 Mon Sep 17 00:00:00 2001 From: Jiaying Zhao Date: Wed, 22 May 2019 17:48:26 +0800 Subject: [PATCH] delete test commit, open openmp switch (#1650) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e90e4d5c1..27b01993b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.0.0) # basic build option -option(USE_OPENMP "build with openmp support" OFF) +option(USE_OPENMP "build with openmp support" ON) option(USE_EXCEPTION "build with exception" ON) option(WITH_LOGGING "print logging for debug" OFF) option(WITH_SYMBOL "build with all symbols" ON) # turn off if use jni or ios io -- GitLab