mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
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:
committed by
Antonio Sánchez
parent
ce4af0b38f
commit
5f9cfb2529
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user