Skip to content

Commit

Permalink
bumped minimum required CMake version to 3.5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Oct 24, 2023
1 parent 8e153db commit 10d398d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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.12)
cmake_minimum_required(VERSION 3.5)
project(Cppcheck)

include(cmake/cxx11.cmake)
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ There are multiple compilation choices:

### CMake

The minimum required version is CMake 3.5.

Example, compiling Cppcheck with cmake:

```shell
Expand Down
3 changes: 2 additions & 1 deletion releasenotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ Other:
- You can suppress warnings in a block of code using "-begin" and "-end".
- You can suppress warnings in current file using "-file".
- You can suppress all warnings where macro is used using "-macro"
- The minimum required compiler versions have been bumped to GCC 5.1 / Clang 3.5
- The minimum required compiler versions have been bumped to GCC 5.1 / Clang 3.5
- The minimum required CMake version has been bumped to 3.5

0 comments on commit 10d398d

Please sign in to comment.