Skip to content

Commit

Permalink
Update minimum CMake version
Browse files Browse the repository at this point in the history
Modern CMake warns of deprecation of <2.8.12, let's use that instead
  • Loading branch information
Kangie authored and kontura committed Feb 22, 2023
1 parent d63160b commit 13f9fbc
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,5 +1,5 @@
PROJECT (createrepo_c C)
CMAKE_MINIMUM_REQUIRED (VERSION 2.8.10)
CMAKE_MINIMUM_REQUIRED (VERSION 2.8.12)

include(GNUInstallDirs)

Expand Down

0 comments on commit 13f9fbc

Please sign in to comment.