aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Array
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-06-02 22:58:36 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-06-02 22:58:36 +0000
commit366971bea41c6af940b87d79122727bfc793cdac (patch)
tree1bfca4aa5d43094ac2f37b89b733e5bd0f77ffde /Eigen/src/Array
parent75de41a00b9d9bc1cc18c6dd0a0e87b661126e1d (diff)
* start of the Geometry module with a cross product and quaternion expressions
(haven't tried them yet) * applied the meta selector rule to MatrixBase::swap()
Diffstat (limited to 'Eigen/src/Array')
-rw-r--r--Eigen/src/Array/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Eigen/src/Array/CMakeLists.txt b/Eigen/src/Array/CMakeLists.txt
index 1b974a069..613bc94b7 100644
--- a/Eigen/src/Array/CMakeLists.txt
+++ b/Eigen/src/Array/CMakeLists.txt
@@ -1,6 +1,6 @@
-FILE(GLOB Eigen_ARRAY_SRCS "*.h")
+FILE(GLOB Eigen_Array_SRCS "*.h")
INSTALL(FILES
- ${Eigen_ARRAY_SRCS}
- DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/ARRAY
+ ${Eigen_Array_SRCS}
+ DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Array
)