aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/FindAdolc.cmake
Commit message (Collapse)AuthorAge
* 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