File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 2.8.12 )
1+ cmake_minimum_required (VERSION 3.5 )
22project (Cppcheck)
33
44include (cmake/cxx11.cmake )
Original file line number Diff line number Diff 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+
4749Example, compiling Cppcheck with cmake:
4850
4951``` shell
Original file line number Diff line number Diff line change 2828 - You can suppress warnings in a block of code using "-begin" and "-end".
2929 - You can suppress warnings in current file using "-file".
3030 - You can suppress all warnings where macro is used using "-macro"
31- - The minimum required compiler versions have been bumped to GCC 5.1 / Clang 3.5
31+ - The minimum required compiler versions have been bumped to GCC 5.1 / Clang 3.5
32+ - The minimum required CMake version has been bumped to 3.5
You can’t perform that action at this time.
0 commit comments