lower cmake requirement

This commit is contained in:
rustdesk 2022-09-27 16:48:04 +08:00
parent dac851ace9
commit 29c3252458

View File

@ -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