mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 18:39:16 -04:00
/usr/local/lib/cmake/pugixml/pugixml-config-release.cmake [1] - I had a TODO in original Makefile to rewrite to use our system pugixml [2] [1] maciej@pasternacki.net [2] db PR: ports/246316
11 lines
210 B
C++
11 lines
210 B
C++
--- src/Namespace.cpp.orig 2020-05-11 21:53:27 UTC
|
|
+++ src/Namespace.cpp
|
|
@@ -3,7 +3,7 @@
|
|
|
|
#include "Namespace.h"
|
|
|
|
-#include "../pugixml/src/pugixml.hpp"
|
|
+#include <pugixml.hpp>
|
|
|
|
namespace xml_namespace
|
|
{
|