Skip to content

Commit

Permalink
Bump CMake requirement to 3.16.3
Browse files Browse the repository at this point in the history
This matches the cmake version in Ubuntu 20.04
  • Loading branch information
xuhdev committed Jun 12, 2024
1 parent 02ac2b7 commit ea8c050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
# POSSIBILITY OF SUCH DAMAGE.
#

cmake_minimum_required(VERSION 3.5.1)
cmake_policy(VERSION 3.5.1)
cmake_minimum_required(VERSION 3.16.3)
cmake_policy(VERSION 3.16.3)

project(editorconfig VERSION "0.12.8" LANGUAGES C)

Expand Down

0 comments on commit ea8c050

Please sign in to comment.