From 0e9a2fa23a7f39c3c2496bf8789afe2c4c685ccd Mon Sep 17 00:00:00 2001 From: hjchen2 Date: Fri, 18 Jan 2019 18:46:03 +0800 Subject: [PATCH] Revert cmake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c4537d7f4..9f956960fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.10.0) +cmake_minimum_required(VERSION 3.0.0) option(USE_OPENMP "build with openmp support" ON) option(USE_EXCEPTION "build with exception" ON) -- GitLab