From ec5c608aa3caea7f14aa03e4e13041ee9e2664de Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 10 Jul 2009 16:10:03 +0200 Subject: Set of fixes and workaround to make sun studio more happy. Still remains the problem of alignment and vectorization. --- cmake/FindEigen2.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/FindEigen2.cmake') 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) -- cgit v1.2.3