BDCSVD: fix CMake install (missing separator).

This commit is contained in:
Benjamin Chrétien 2014-10-24 15:10:56 +02:00
parent 1fa793cb97
commit c426054767

View File

@ -2,5 +2,5 @@ FILE(GLOB Eigen_BDCSVD_SRCS "*.h")
INSTALL(FILES
${Eigen_BDCSVD_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}unsupported/Eigen/src/BDCSVD COMPONENT Devel
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/BDCSVD COMPONENT Devel
)