mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 00:00:33 -04:00
- 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]
8 lines
185 B
Text
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)
|