mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-12 17:33:15 +08:00
BDCSVD: fix CMake install (missing separator).
This commit is contained in:
parent
1fa793cb97
commit
c426054767
@ -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
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user