From f8bdecb1a519618d742c989a2ba66b5ac1380d43 Mon Sep 17 00:00:00 2001 From: Rashad M Date: Tue, 23 Jun 2015 11:16:12 +0200 Subject: tinyxml: fix style --- src/tinyxml-1-cmakelists.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tinyxml-1-cmakelists.patch b/src/tinyxml-1-cmakelists.patch index bcaf0d8..b2336b2 100644 --- a/src/tinyxml-1-cmakelists.patch +++ b/src/tinyxml-1-cmakelists.patch @@ -18,5 +18,5 @@ diff -burN tinyxml.orig/CMakeLists.txt tinyxml/CMakeLists.txt + +file(GLOB HEADERS "${CMAKE_SOURCE_DIR}/*.h") +install(FILES ${HEADERS} -+ DESTINATION include -+) ++ DESTINATION include) ++ -- cgit v0.12