From e1bd99191830b91c6179cd067ab73d70b1c00985 Mon Sep 17 00:00:00 2001 From: wangliu Date: Tue, 17 Jul 2018 11:30:25 +0800 Subject: [PATCH] upgrade minimum cmake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2532ecf243..e87a256e51 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.6) project(paddle-mobile) option(DEBUGING "enable debug mode" ON) -- GitLab