From 79b037f64b1ad8a6ca868d5edbb08019600a32d4 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Sun, 5 Nov 2023 18:46:07 +0100 Subject: Raise the minimum required version of CMake to 3.5. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 41997e21b5001f0e62bf048cd2c8148f78ae527f) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 999ccb0..7e7c5a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) #### general package setup -- cgit v1.2.3