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>
master
Bjorn Neergaard 2 years ago committed by Thomas Orozco
parent a49fdd374d
commit 0b44d36658
  1. 2
      CMakeLists.txt

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

Loading…
Cancel
Save