summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2023-04-06 11:33:16 +0300
committerPanu Matilainen <pmatilai@redhat.com>2023-04-06 11:35:27 +0300
commitf8ee4a17f770ad21e2ff032bd1eab27d6f808b11 (patch)
tree4f1a684440461b1220a55de24132a56ba9eab120
parent7184fb80137363e39d79e2b5a0eb2c4fb060cc2e (diff)
downloadrpm-f8ee4a17f770ad21e2ff032bd1eab27d6f808b11.tar.gz
Bump our CMake requirement to 3.18
We already violate the 3.12 requirement in a place or two, and there are many nice things in the later releases. 3.18 is three years old and is available pretty much anywhere that is even remotely relevant for us.
-rw-r--r--CMakeLists.txt2
-rw-r--r--INSTALL2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c65914558..234eaf22c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.12)
+cmake_minimum_required(VERSION 3.18)
project(rpm
VERSION 4.18.90
diff --git a/INSTALL b/INSTALL
index 8fe7212be..199b5aca4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
To build RPM you will need several other packages:
--------------------------------------------------
-The cmake build system, version 3.10 (or thereabouts) or later.
+The cmake build system, version 3.18 or later.
It is available from
https://cmake.org/