From cae657ce1d379e0a1c373ccebba33d09751edd1d Mon Sep 17 00:00:00 2001
From: Pino Toscano <[EMAIL REDACTED]>
Date: Tue, 19 May 2026 09:13:01 +0200
Subject: [PATCH] Bump required CMake to 3.7
It is needed to use the imported targets features of the PkgConfig
module.
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c655915f..d7a777e4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.0...4.0)
+cmake_minimum_required(VERSION 3.7...4.0)
set(MAJOR_VERSION 4)
set(MINOR_VERSION 0)