mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-18 14:34:17 +08:00
Fix installation path of SparseQR
This commit is contained in:
parent
121f3bdf04
commit
581e389c54
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user