Skip to content

Commit 5a5e414

Browse files
committed
bumped minimum required CMake version to 3.5 [skip ci]
1 parent 55ccd59 commit 5a5e414

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8.12)
1+
cmake_minimum_required(VERSION 3.5)
22
project(Cppcheck)
33

44
include(cmake/cxx11.cmake)

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ There are multiple compilation choices:
4444

4545
### CMake
4646

47+
The minimum required version is CMake 3.5.
48+
4749
Example, compiling Cppcheck with cmake:
4850

4951
```shell

releasenotes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ Other:
3434
- 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.
3535
- An error is now reported when the "cppcheck.cfg" is invalid. The CLI version will also exit with a failure in that case.
3636
- The minimum required compiler versions have been bumped to GCC 5.1 / Clang 3.5 / Visual Studio 2015
37+
- The minimum required CMake version has been bumped to 3.5

0 commit comments

Comments
 (0)