mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 10:29:15 -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
271 B
C++
11 lines
271 B
C++
--- src/MeshData.cpp.orig 2020-05-11 21:53:20 UTC
|
|
+++ src/MeshData.cpp
|
|
@@ -17,7 +17,7 @@
|
|
*/
|
|
|
|
#include "MeshData.h"
|
|
-#include "../pugixml/src/pugixml.hpp"
|
|
+#include <pugixml.hpp>
|
|
#include <cstring>
|
|
#include <iostream>
|
|
#include <stdexcept> //For std::runtime_error.
|