Change default CMakeLists.txt (#43)

* Change default CMakeLists.txt to add Ubuntu18 support

* Change cmake minimum required version
This commit is contained in:
Hidenori Matsubayashi
2021-08-04 09:39:44 +09:00
committed by GitHub
parent b59f8cf9ff
commit 84826a6c81
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.15)
project(runner LANGUAGES CXX)
if(FLUTTER_TARGET_BACKEND_TYPE MATCHES "gbm")