mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-24 14:45:14 +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
|
INSTALL(FILES
|
||||||
${Eigen_SparseQRSupport_SRCS}
|
${Eigen_SparseQR_SRCS}
|
||||||
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/SparseQRSupport/ COMPONENT Devel
|
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/SparseQR/ COMPONENT Devel
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user