aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/PaStiXSupport
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2012-06-06 22:32:44 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2012-06-06 22:32:44 +0200
commit5a697e495ca485b273d760f6dc542d2f926e009d (patch)
treef6d3b744dc4ecc7644ec948a06d9ef12f4c245ab /Eigen/src/PaStiXSupport
parent05af70a958e66a618d26c0c8b44a7e6d2279dd7a (diff)
fix installation path
Diffstat (limited to 'Eigen/src/PaStiXSupport')
-rw-r--r--Eigen/src/PaStiXSupport/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/PaStiXSupport/CMakeLists.txt b/Eigen/src/PaStiXSupport/CMakeLists.txt
index 3298d4381..28c657e9b 100644
--- a/Eigen/src/PaStiXSupport/CMakeLists.txt
+++ b/Eigen/src/PaStiXSupport/CMakeLists.txt
@@ -2,5 +2,5 @@ FILE(GLOB Eigen_PastixSupport_SRCS "*.h")
INSTALL(FILES
${Eigen_PastixSupport_SRCS}
- DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/PastixSupport COMPONENT Devel
+ DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/PaStiXSupport COMPONENT Devel
)