ports/devel/cppcheck/files/patch-CMakeLists.txt
Dmitry Marakasov c9bbe54ef5 - Update to 1.79
- Fix segfault due to conflict between bundled and system tinyxml [1]
- Switch to cmake build, simplifying the port
- Enable GUI

PR:		217881 [1], 218876 [1]
2017-05-31 20:07:15 +00:00

8 lines
185 B
Text

--- CMakeLists.txt.orig 2017-05-13 09:27:11 UTC
+++ CMakeLists.txt
@@ -1,4 +1,4 @@
-project(CppCheck)
+project(cppcheck)
cmake_minimum_required(VERSION 2.8)
include(GNUInstallDirs)