mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
BDCSVD: fix CMake install (missing separator).
This commit is contained in:
@@ -2,5 +2,5 @@ FILE(GLOB Eigen_BDCSVD_SRCS "*.h")
|
|||||||
|
|
||||||
INSTALL(FILES
|
INSTALL(FILES
|
||||||
${Eigen_BDCSVD_SRCS}
|
${Eigen_BDCSVD_SRCS}
|
||||||
DESTINATION ${INCLUDE_INSTALL_DIR}unsupported/Eigen/src/BDCSVD COMPONENT Devel
|
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/BDCSVD COMPONENT Devel
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user