aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/UmfPackSupport
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-08-29 10:59:37 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-08-29 10:59:37 +0200
commit35a8e945774581748dfe4a1993fbea71e6017102 (patch)
treea297cc4b2cbfcfd4ad0a672069ee4c44b460f8d2 /Eigen/src/UmfPackSupport
parent0decc31aa8238f88a6f2116907fb3e0a97ebaf23 (diff)
bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command.
Diffstat (limited to 'Eigen/src/UmfPackSupport')
-rw-r--r--Eigen/src/UmfPackSupport/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/Eigen/src/UmfPackSupport/CMakeLists.txt b/Eigen/src/UmfPackSupport/CMakeLists.txt
deleted file mode 100644
index a57de0020..000000000
--- a/Eigen/src/UmfPackSupport/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_UmfPackSupport_SRCS "*.h")
-
-INSTALL(FILES
- ${Eigen_UmfPackSupport_SRCS}
- DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/UmfPackSupport COMPONENT Devel
- )