aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/FindStandardMathLibrary.cmake
Commit message (Collapse)AuthorAge
* Bug #2036 make sure find_standard_math_library_test_program actually ↵Gravatar Christoph Hertzberg2020-10-24
| | | | compiles (and is guaranteed to call math functions)
* Make sure compiler does not optimize away calls to math functionsGravatar Susi Lehtola2020-10-24
|
* Fix using FindStandardMathLibrary.cmake with -Wall (-Wunused-value) added to ↵Gravatar Павел Мацула2020-09-19
| | | | CMAKE_CXX_FLAG
* add platform check for how to link to the standard math library.Gravatar Benoit Jacob2010-04-19
This allows to support QNX.