From: Ole Streicher <olebole@debian.org>
Date: Fri, 26 Sep 2025 18:38:46 +0200
Subject: Push CMake minversion to 3.16

Closes: #1112969
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4798709..3c7d693 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
 #  (at your option) any later version.
 #
 
-cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
 # create version string based on git metadata (based on https://github.com/nocnokneo/cmake-git-versioning-example)
 # in case version.hpp does not exist (it is shipped in GDL tarballs but not stored in the repo)
