diff options
author | Chris Robinson <[email protected]> | 2015-10-29 16:38:58 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-10-29 16:38:58 -0700 |
commit | 0713b8c3225bdc4e2181edf25d5ae03a54e32031 (patch) | |
tree | e6ce4234a5306b4b777e22289a6c814f7987790d /CMakeLists.txt | |
parent | c3d58947c3e0b395f36bae272cedcad8fcc2de7c (diff) |
Check for modff
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bd73876c..32ed6875 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -387,6 +387,7 @@ CHECK_SYMBOL_EXISTS(aligned_alloc stdlib.h HAVE_ALIGNED_ALLOC) CHECK_SYMBOL_EXISTS(posix_memalign stdlib.h HAVE_POSIX_MEMALIGN) CHECK_SYMBOL_EXISTS(_aligned_malloc malloc.h HAVE__ALIGNED_MALLOC) CHECK_SYMBOL_EXISTS(lrintf math.h HAVE_LRINTF) +CHECK_SYMBOL_EXISTS(modff math.h HAVE_MODFF) IF(NOT HAVE_C99_VLA) CHECK_SYMBOL_EXISTS(alloca malloc.h HAVE_ALLOCA) IF(NOT HAVE_ALLOCA) |