Message if we try to build EDO tests without Eigen3
This commit is contained in:
parent
23ec522104
commit
a1a5403a49
1 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,10 @@ add_subdirectory(src)
|
||||||
|
|
||||||
if(ENABLE_CMAKE_TESTING AND EIGEN3_FOUND) # see edoNormalAdaptive
|
if(ENABLE_CMAKE_TESTING AND EIGEN3_FOUND) # see edoNormalAdaptive
|
||||||
add_subdirectory(test)
|
add_subdirectory(test)
|
||||||
|
else()
|
||||||
|
if( NOT EIGEN3_FOUND )
|
||||||
|
message("Eigen3 has not been found, cannot build EDO tests")
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(ENABLE_CMAKE_EXAMPLE)
|
if(ENABLE_CMAKE_EXAMPLE)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue