From 0b44d3665869e46ccbac7414241b8256d6234dc4 Mon Sep 17 00:00:00 2001 From: Bjorn Neergaard Date: Fri, 27 Jan 2023 08:07:51 -0700 Subject: [PATCH] chore: bump minimum CMake to 2.8.12 This is both the last version supported by current CMake, and the version in use on Enterprise Linux 7. Signed-off-by: Bjorn Neergaard --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 332b361..ca0209b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 2.8.0) +cmake_minimum_required (VERSION 2.8.12) project (tini C) # Config