diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b8459b6..5f463078 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -141,7 +141,7 @@ int main() { int q; return (int)(hypot(3.0, 4.0) + atanh(0.8) + copysign(1.0, -0.0) + cbrt(8.0) + remainder(100.0, 90.0) + - remquo(100.0, 90.0, &q)) + isnan(0.0); + remquo(100.0, 90.0, &q)); } " C99_MATH) if(C99_MATH) |
