aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/FindMPFR.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.
* Require at least MPFR version 2.3.0, because we use mpfr_signbit.Gravatar Jitse Niesen2010-07-19
| | | | Code in FindMPFR.cmake is taken from FindEigen2.cmake .
* add a support module for MPFR C++ with basic unit testingGravatar Gael Guennebaud2010-07-15