From a2858f32b3cb3f34cbae5378cf6244667052cca2 Mon Sep 17 00:00:00 2001 From: Martin Melik-Merkumians Date: Tue, 26 Sep 2023 11:34:07 +0200 Subject: [PATCH] Bump CMake requirements to Debian bullseye CMake versions lower than 3.5 will not be supported by CMake anymore, so a bump is needed. Debian "old-old-stable"'s (Bullseye) version has been chosen --- source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 26c664958..be392c127 100755 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -1,7 +1,7 @@ ####################################### # Required CMake version # ####################################### -cmake_minimum_required( VERSION 3.3 ) +cmake_minimum_required( VERSION 3.18 ) ####################################### # Project name #