Index: devel/cppcheck/files/patch-CMakeLists.txt =================================================================== --- devel/cppcheck/files/patch-CMakeLists.txt (revision 472347) +++ devel/cppcheck/files/patch-CMakeLists.txt (working copy) @@ -3,6 +3,6 @@ @@ -1,4 +1,4 @@ -project(CppCheck) +project(cppcheck) - cmake_minimum_required(VERSION 2.8.4) + cmake_minimum_required(VERSION 2.8.11) include(GNUInstallDirs)