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 <bneergaard@mirantis.com>
This commit is contained in:
Bjorn Neergaard 2023-01-27 08:07:51 -07:00 committed by Thomas Orozco
parent a49fdd374d
commit 0b44d36658
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 2.8.0)
cmake_minimum_required (VERSION 2.8.12)
project (tini C)
# Config