Message if we try to build EDO tests without Eigen3

This commit is contained in:
Johann Dreo 2013-03-07 10:29:04 +01:00
commit a1a5403a49

View file

@ -31,6 +31,10 @@ add_subdirectory(src)
if(ENABLE_CMAKE_TESTING AND EIGEN3_FOUND) # see edoNormalAdaptive
add_subdirectory(test)
else()
if( NOT EIGEN3_FOUND )
message("Eigen3 has not been found, cannot build EDO tests")
endif()
endif()
if(ENABLE_CMAKE_EXAMPLE)