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