diff options
author | Gael Guennebaud <g.gael@free.fr> | 2009-07-10 16:10:03 +0200 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2009-07-10 16:10:03 +0200 |
commit | ec5c608aa3caea7f14aa03e4e13041ee9e2664de (patch) | |
tree | 378fa9a1859181bfd5ca6161997532cc9a0a87d2 /cmake | |
parent | 1c52985aa7673ef925c484969808fe017b71f377 (diff) |
Set of fixes and workaround to make sun studio more happy.
Still remains the problem of alignment and vectorization.
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/FindEigen2.cmake | 2 |
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) |