Skip to content

Commit

Permalink
[external] Remove tinyxml/tinystr.cpp from built sources
Browse files Browse the repository at this point in the history
Since we build TinyXML with -DTIXML_USE_STL this file is actually empty
and will just cause a "has no symbols" warning on OSX.
  • Loading branch information
drdanz committed Dec 17, 2014
1 parent dde5f5c commit 3eb5d00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extern/tinyxml/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
project(YARP_priv_tinyxml)

set(tinyxml_SRCS
tinyxml/tinystr.cpp
tinyxml/tinyxml.cpp
tinyxml/tinyxmlerror.cpp
tinyxml/tinyxmlparser.cpp
Expand Down

0 comments on commit 3eb5d00

Please sign in to comment.