tinyxml2: fix disable shared patch

- patch needs mixed line endings
This commit is contained in:
cvh 2016-05-02 15:06:24 +02:00
parent 102d8e51a6
commit b3f878d269

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)