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<