Skip to content

Commit

Permalink
cmake: update min required version to 3.5
Browse files Browse the repository at this point in the history
cmake-3.28.3 complains:

| Compatibility with CMake < 3.5 will be removed from a future version
| of CMake.
  • Loading branch information
marckleinebudde committed May 23, 2024
1 parent d59d4c0 commit ed80cba
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 3.3)
cmake_minimum_required(VERSION 3.5)

project(can-utils LANGUAGES C)

Expand Down

0 comments on commit ed80cba

Please sign in to comment.