Skip to content

Commit

Permalink
chore: bump minimum CMake to 2.8.12
Browse files Browse the repository at this point in the history
This is both the last version supported by current CMake, and the
version in use on Enterprise Linux 7.

Signed-off-by: Bjorn Neergaard <[email protected]>
  • Loading branch information
neersighted authored and krallin committed Jan 30, 2023
1 parent a49fdd3 commit 0b44d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 2.8.0)
cmake_minimum_required (VERSION 2.8.12)
project (tini C)

# Config
Expand Down

0 comments on commit 0b44d36

Please sign in to comment.