ports/devel/cppcheck/files/patch-CMakeLists.txt
2023-09-26 22:35:09 +03:00

9 lines
204 B
Text

--- CMakeLists.txt.orig 2023-06-22 09:07:56 UTC
+++ CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.8.12)
-project(Cppcheck)
+project(cppcheck)
include(cmake/cxx11.cmake)
use_cxx11()