From dcd46cfa9c15cfcd9c227d257d77b5d539e09a60 Mon Sep 17 00:00:00 2001 From: 0xtyls Date: Mon, 18 Mar 2019 15:17:51 +0800 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ce7f7dc..e78f0cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.10) +cmake_minimum_required(VERSION 3.9) project(helloworld)