summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/tinyxml2/files/tinyxml2-1.0.1_p20120531-test.patch')
-rw-r--r--dev-libs/tinyxml2/files/tinyxml2-1.0.1_p20120531-test.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-libs/tinyxml2/files/tinyxml2-1.0.1_p20120531-test.patch b/dev-libs/tinyxml2/files/tinyxml2-1.0.1_p20120531-test.patch
deleted file mode 100644
index 01eb2bfd49bd..000000000000
--- a/dev-libs/tinyxml2/files/tinyxml2-1.0.1_p20120531-test.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- tinyxml2-1.0.1_p20120531/CMakeLists.txt
-+++ tinyxml2-1.0.1_p20120531/CMakeLists.txt
-@@ -55,10 +55,13 @@
- VERSION "${GENERIC_LIB_VERSION}"
- SOVERSION "${GENERIC_LIB_SOVERSION}")
-
--add_executable(test xmltest.cpp)
--add_dependencies(test tinyxml2)
--add_dependencies(test ${TARGET_DATA_COPY})
--target_link_libraries(test tinyxml2)
-+set(BUILD_TEST OFF CACHE BOOL "Set to ON to build tests")
-+if(BUILD_TEST)
-+ add_executable(test xmltest.cpp)
-+ add_dependencies(test tinyxml2)
-+ add_dependencies(test ${TARGET_DATA_COPY})
-+ target_link_libraries(test tinyxml2)
-+endif(BUILD_TEST)
-
-
- if(BUILD_STATIC_LIBS)