Skip to content

Commit

Permalink
Require CMake 3.16.3 (#52)
Browse files Browse the repository at this point in the history
CMake warns that versions below 3.5 may get unsupported soon.

Bump min requirement to 3.16.3, which is what Ubuntu 20.04 has.
  • Loading branch information
xuhdev authored Dec 12, 2024
1 parent 2740dee commit b6034a9
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
Expand Up @@ -3,7 +3,7 @@
# To perform the test, run `cmake .` at the root of the project tree followed
# by ctest .

cmake_minimum_required(VERSION 2.6)
cmake_minimum_required(VERSION 3.16.3)

# Do not check any compiler
project(editorconfig-core-py NONE)
Expand Down

0 comments on commit b6034a9

Please sign in to comment.