From d2f3615833c448f5c40347f14fe211433361a147 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 30 Apr 2009 08:27:07 +0000 Subject: [PATCH] Build fixes --- applications/present3D/CMakeLists.txt | 3 --- include/osgDB/XmlParser | 2 +- src/osgDB/XmlParser.cpp | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/applications/present3D/CMakeLists.txt b/applications/present3D/CMakeLists.txt index 318116d79..9020d7cb0 100644 --- a/applications/present3D/CMakeLists.txt +++ b/applications/present3D/CMakeLists.txt @@ -1,6 +1,3 @@ -INCLUDE_DIRECTORIES(${LIBXML2_INCLUDE_DIR} ) -SET(TARGET_EXTERNAL_LIBRARIES ${LIBXML2_LIBRARIES}) - SET(TARGET_SRC AnimationMaterial.cpp Cluster.cpp diff --git a/include/osgDB/XmlParser b/include/osgDB/XmlParser index 97d43ec05..0c8841283 100644 --- a/include/osgDB/XmlParser +++ b/include/osgDB/XmlParser @@ -132,4 +132,4 @@ class XmlNode : public osg::Referenced }; } -#endif \ No newline at end of file +#endif diff --git a/src/osgDB/XmlParser.cpp b/src/osgDB/XmlParser.cpp index 7b0f8766d..c3d886a08 100644 --- a/src/osgDB/XmlParser.cpp +++ b/src/osgDB/XmlParser.cpp @@ -412,4 +412,4 @@ bool XmlNode::writeString(std::ostream& fout, const std::string& str) const { fout<