aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/FindAdolc.cmake
Commit message (Collapse)AuthorAge
* Add missing adolc isinf/isnan.Gravatar Antonio Sanchez2021-02-19
| | | | | | | Also modified cmake/FindAdolc.cmake to eliminate warnings, and added search paths to match install layout. Fixed: #2157
* STYLE: Remove CMake-language block-end command argumentsGravatar Hans Johnson2019-10-31
| | | | | | Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style.
* Make sure ADOLC is recent enough by searching for adtl.hGravatar Gael Guennebaud2015-12-10
|
* add a proof of concept autodiff jacobian helper class based on adolcGravatar Gael Guennebaud2009-02-27
with unit test and FindAdolc cmake module