mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 08:26:27 -04:00
11 lines
291 B
Text
11 lines
291 B
Text
--- CMakeLists.txt.orig 2024-11-28 13:49:29 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -2,7 +2,7 @@ endif()
|
|
if(MSVC)
|
|
cmake_minimum_required(VERSION 3.13)
|
|
endif()
|
|
-project(Cppcheck VERSION 2.16.2 LANGUAGES CXX)
|
|
+project(cppcheck VERSION 2.16.2 LANGUAGES CXX)
|
|
|
|
include(cmake/cxx11.cmake)
|
|
use_cxx11()
|