From 416e9f52b06037a4310d62c9b917faf39d44e93b Mon Sep 17 00:00:00 2001 From: Green Sky Date: Tue, 5 May 2026 15:23:14 +0200 Subject: [PATCH] update minimum cmake version to bare minimum (3.5) and extend tested range to future-proof. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 773e0374..055ff76e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.0) +cmake_minimum_required(VERSION 3.5...3.24) project(QRencode VERSION 4.1.1 LANGUAGES C)