From 98986222712cfb6ee29373d7be47eb123ccde75b Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Fri, 29 Dec 2023 20:43:53 +0100 Subject: [PATCH] cmake: bump minimum to version 3.14 (#1030) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 03c82fb36..117e2c7b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ # Versioning # -cmake_minimum_required(VERSION 3.13) +cmake_minimum_required(VERSION 3.14) project(re VERSION 3.8.0