Add missing adolc isinf/isnan.

Also modified cmake/FindAdolc.cmake to eliminate warnings, and added
search paths to match install layout.

Fixed: #2157
This commit is contained in:
Antonio Sanchez
2021-02-19 14:17:10 -08:00
committed by Antonio Sánchez
parent ce4af0b38f
commit 5f9cfb2529
3 changed files with 11 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ endif()
find_package(Adolc)
if(ADOLC_FOUND)
if(Adolc_FOUND)
include_directories(${ADOLC_INCLUDES})
ei_add_property(EIGEN_TESTED_BACKENDS "Adolc, ")
if(EIGEN_TEST_CXX11)