mirror of https://github.com/krallin/tini.git
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:
parent
a49fdd374d
commit
0b44d36658
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required (VERSION 2.8.0)
|
||||
cmake_minimum_required (VERSION 2.8.12)
|
||||
project (tini C)
|
||||
|
||||
# Config
|
||||
|
|
Loading…
Reference in New Issue