From 5a697e495ca485b273d760f6dc542d2f926e009d Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 6 Jun 2012 22:32:44 +0200 Subject: fix installation path --- Eigen/src/PaStiXSupport/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/src/PaStiXSupport') 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 ) -- cgit v1.2.3