From 8982c865aedd360fc557857ebc9e325faf9ea26c Mon Sep 17 00:00:00 2001 From: Rodrigo Tobar Date: Tue, 27 Aug 2024 20:02:30 +0800 Subject: [PATCH] Bump minimum cmake version to 3.14 This is 5 years old at the moment of writing, so it's a reasonable update. Signed-off-by: Rodrigo Tobar --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a3464faef38..c1e04ad61f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.3.0) +cmake_minimum_required (VERSION 3.14.0) project(casacore VERSION 3.5.0)