From 69ce13c3e96906d828c2c3ab6600000999c94288 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Wed, 1 Oct 2025 00:04:05 +0300 Subject: [PATCH] Raise minimmum cmake version to 3.10 Older versions are obsolete. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 32cda4c..0545aa7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(qhotkey VERSION 1.5.0