aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/FindEigen2.cmake
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-07-10 16:10:03 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-07-10 16:10:03 +0200
commitec5c608aa3caea7f14aa03e4e13041ee9e2664de (patch)
tree378fa9a1859181bfd5ca6161997532cc9a0a87d2 /cmake/FindEigen2.cmake
parent1c52985aa7673ef925c484969808fe017b71f377 (diff)
Set of fixes and workaround to make sun studio more happy.
Still remains the problem of alignment and vectorization.
Diffstat (limited to 'cmake/FindEigen2.cmake')
-rw-r--r--cmake/FindEigen2.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindEigen2.cmake b/cmake/FindEigen2.cmake
index 0e86aaf29..ee054b0da 100644
--- a/cmake/FindEigen2.cmake
+++ b/cmake/FindEigen2.cmake
@@ -46,7 +46,7 @@ macro(_eigen2_check_version)
endif(${EIGEN2_VERSION} VERSION_LESS ${Eigen2_FIND_VERSION})
if(NOT EIGEN2_VERSION_OK)
-
+
message(STATUS "Eigen2 version ${EIGEN2_VERSION} found in ${EIGEN2_INCLUDE_DIR}, "
"but at least version ${Eigen2_FIND_VERSION} is required")
endif(NOT EIGEN2_VERSION_OK)