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 Dec 3, 2023
1 parent c504db7 commit a898e1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions 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 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
1 change: 1 addition & 0 deletions releasenotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ Other:
- Added command-line options "--fsigned-char" and "--funsigned-char" to control the signess of the "char" type. This overrides previously specified "--platform" options and is overrides by following ones.
- An error is now reported when the "cppcheck.cfg" is invalid. The CLI version will also exit with a failure in that case.
- 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 a898e1c

Please sign in to comment.