From 74ff80450e0723fcce54ce190645a5061be3a79e Mon Sep 17 00:00:00 2001 From: Simul Piscator Date: Sun, 2 Jun 2024 20:06:43 +0200 Subject: [PATCH] Update minimum CMake version to 3.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e867eb2..56a9105 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.5) project(airsaned)