Merge pull request #278 from CvH/fix_tinyxml2_master

tinyxml2: fix disable shared patch
This commit is contained in:
Lukas Rusak 2016-05-02 10:58:55 -07:00
commit 0b27675231

View File

@ -1,7 +1,6 @@
diff -Naur a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt 2013-10-26 21:52:35.000000000 -0700
+++ b/CMakeLists.txt 2016-04-17 13:49:47.504923855 -0700
@@ -51,26 +51,12 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -51,26 +51,12 @@ if(BUILD_STATIC_LIBS)
add_library(tinyxml2static STATIC tinyxml2.cpp tinyxml2.h)
set_target_properties(tinyxml2static PROPERTIES OUTPUT_NAME tinyxml2)
endif(BUILD_STATIC_LIBS)