From c42605476755652b84643472d48e2e978c5d6f77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Chr=C3=A9tien?= Date: Fri, 24 Oct 2014 15:10:56 +0200 Subject: [PATCH] BDCSVD: fix CMake install (missing separator). --- unsupported/Eigen/src/BDCSVD/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsupported/Eigen/src/BDCSVD/CMakeLists.txt b/unsupported/Eigen/src/BDCSVD/CMakeLists.txt index 73b89ea18..1045512f9 100644 --- a/unsupported/Eigen/src/BDCSVD/CMakeLists.txt +++ b/unsupported/Eigen/src/BDCSVD/CMakeLists.txt @@ -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 )