diff options
Diffstat (limited to 'devel/grantlee/files/patch-textdocument_lib_CMakeLists.txt')
-rw-r--r-- | devel/grantlee/files/patch-textdocument_lib_CMakeLists.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/grantlee/files/patch-textdocument_lib_CMakeLists.txt b/devel/grantlee/files/patch-textdocument_lib_CMakeLists.txt deleted file mode 100644 index 281965e48c09..000000000000 --- a/devel/grantlee/files/patch-textdocument_lib_CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ -Install headers prefixed, as to not cause a possible conflict with -different versions. - ---- textdocument/lib/CMakeLists.txt.orig 2016-08-10 16:06:47 UTC -+++ textdocument/lib/CMakeLists.txt -@@ -44,7 +44,7 @@ install(TARGETS grantlee_gui EXPORT gran - RUNTIME DESTINATION ${BIN_INSTALL_DIR} COMPONENT TextDocument - LIBRARY DESTINATION ${LIB_INSTALL_DIR} COMPONENT TextDocument - ARCHIVE DESTINATION ${LIB_INSTALL_DIR} COMPONENT TextDocument -- INCLUDES DESTINATION include -+ INCLUDES DESTINATION include/grantlee4 - ) - - install(FILES |