opnsense-ports/devel/cppcheck/files/patch-CMakeLists.txt
Franco Fichtner a4d782b9cf */*: sync with upstream
Taken from: FreeBSD
2024-09-03 10:17:22 +02:00

11 lines
291 B
Text

--- CMakeLists.txt.orig 2024-08-31 14:09:43 UTC
+++ CMakeLists.txt
@@ -2,7 +2,7 @@ endif()
if(MSVC)
cmake_minimum_required(VERSION 3.13)
endif()
-project(Cppcheck VERSION 2.15.0 LANGUAGES CXX)
+project(cppcheck VERSION 2.15.0 LANGUAGES CXX)
include(cmake/cxx11.cmake)
use_cxx11()