summaryrefslogtreecommitdiff
path: root/math/carve/files/patch-include_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'math/carve/files/patch-include_CMakeLists.txt')
-rw-r--r--math/carve/files/patch-include_CMakeLists.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/math/carve/files/patch-include_CMakeLists.txt b/math/carve/files/patch-include_CMakeLists.txt
deleted file mode 100644
index 97ced68c0727..000000000000
--- a/math/carve/files/patch-include_CMakeLists.txt
+++ /dev/null
@@ -1,18 +0,0 @@
---- include/CMakeLists.txt.orig 2012-02-17 18:09:09.000000000 +0100
-+++ include/CMakeLists.txt 2012-02-17 18:09:18.000000000 +0100
-@@ -3,6 +3,7 @@
- DESTINATION "${CMAKE_INSTALL_PREFIX}/include"
- FILES_MATCHING
- PATTERN "*.hpp"
-+ PATTERN "*.h"
- PATTERN "internal" EXCLUDE
- REGEX "external/boost" EXCLUDE
- )
-@@ -11,6 +12,7 @@
- DESTINATION "${CMAKE_INSTALL_PREFIX}/include"
- FILES_MATCHING
- PATTERN "*.hpp"
-+ PATTERN "*.h"
- PATTERN "internal" EXCLUDE
- )
- endif(CARVE_SYSTEM_BOOST)