Skip to content

Commit

Permalink
bumped minimum required CMake version to 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Jan 4, 2024
1 parent 6e030e9 commit 61439e6
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 @@ -18,3 +18,4 @@ Deprecations:
Other:
- Added CMake option 'EXTERNALS_AS_SYSTEM' to treat external includes as 'SYSTEM' ones.
- The minimum required compiler versions have been bumped to GCC 5.1 / Clang 3.5 / Visual Studio 2015
- The minimum required CMake version has been bumped to 3.5

0 comments on commit 61439e6

Please sign in to comment.