aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen
diff options
context:
space:
mode:
authorGravatar Benjamin Chrétien <chretien@lirmm.fr>2014-10-24 15:10:56 +0200
committerGravatar Benjamin Chrétien <chretien@lirmm.fr>2014-10-24 15:10:56 +0200
commitc42605476755652b84643472d48e2e978c5d6f77 (patch)
tree54e27d769d6de10bd5ffd4db46bbd5e5075111c8 /unsupported/Eigen
parent1fa793cb978adace700417a16d2ee54c28f42862 (diff)
BDCSVD: fix CMake install (missing separator).
Diffstat (limited to 'unsupported/Eigen')
-rw-r--r--unsupported/Eigen/src/BDCSVD/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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
)