From 29c32524587c7369ff4a4bb6bc4ddaae059667cc Mon Sep 17 00:00:00 2001 From: rustdesk Date: Tue, 27 Sep 2022 16:48:04 +0800 Subject: [PATCH] lower cmake requirement --- flutter/linux/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter/linux/CMakeLists.txt b/flutter/linux/CMakeLists.txt index 9391ed97e..c03d4c576 100644 --- a/flutter/linux/CMakeLists.txt +++ b/flutter/linux/CMakeLists.txt @@ -1,5 +1,5 @@ # Project-level configuration. -cmake_minimum_required(VERSION 3.12) +cmake_minimum_required(VERSION 3.10) project(runner LANGUAGES CXX) # The name of the executable created for the application. Change this to change