opnsense-ports/devel/cppcheck/files/patch-CMakeLists.txt
Franco Fichtner 57a0e84ffd */*: sync with upstream
Taken from: FreeBSD
2023-10-09 11:59:08 +02: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()