aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/FindGSL.cmake
Commit message (Collapse)AuthorAge
* STYLE: Convert CMake-language commands to lower caseGravatar Hans Johnson2019-10-31
| | | | | Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case.
* 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.
* Enable GSL tests (reverts part of changeset ↵Gravatar Jitse Niesen2010-12-29
| | | | | | 6628534eb587f6d96e9c8bbc0447f9685c6cea5c ).
* fix bug i just introduced in ei_add_test_internalGravatar Benoit Jacob2010-10-17
|
* check GSL version in cmake filesGravatar Gael Guennebaud2009-01-27
|
* * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ↵Gravatar Gael Guennebaud2008-08-23
in Cholesky * fix all numerical instabilies in the unit tests, now all tests can be run 2000 times with almost zero failures.