Fix installation path of SparseQR

This commit is contained in:
Gael Guennebaud 2013-01-12 09:32:51 +01:00
parent 121f3bdf04
commit 581e389c54

View File

@ -1,6 +1,6 @@
FILE(GLOB Eigen_SparseQRSupport_SRCS "*.h")
FILE(GLOB Eigen_SparseQR_SRCS "*.h")
INSTALL(FILES
${Eigen_SparseQRSupport_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/SparseQRSupport/ COMPONENT Devel
${Eigen_SparseQR_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/SparseQR/ COMPONENT Devel
)