fix installation path

This commit is contained in:
Gael Guennebaud 2012-06-06 22:32:44 +02:00
parent 05af70a958
commit 5a697e495c

View File

@ -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
)