View | Details | Raw Unified | Return to bug 229005
Collapse All | Expand All

(-)devel/cppcheck/files/patch-CMakeLists.txt (-1 / +1 lines)
Lines 3-8 Link Here
3
@@ -1,4 +1,4 @@
3
@@ -1,4 +1,4 @@
4
-project(CppCheck)
4
-project(CppCheck)
5
+project(cppcheck)
5
+project(cppcheck)
6
 cmake_minimum_required(VERSION 2.8.4)
6
 cmake_minimum_required(VERSION 2.8.11)
7
 
7
 
8
 include(GNUInstallDirs)
8
 include(GNUInstallDirs)

Return to bug 229005