cmake update

This commit is contained in:
Markus F.X.J. Oberhumer
2024-04-20 21:08:09 +02:00
parent e4de14612f
commit 896596f672
4 changed files with 37 additions and 24 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
#endif
#endif
#if defined(__clang__) && defined(__FAST_MATH__)
#if defined(__FAST_MATH__) && defined(__clang__) && (__clang_major__ + 0 >= 6)
// warning: comparison with NaN always evaluates to false in fast floating point modes
#pragma clang diagnostic ignored "-Wtautological-constant-compare"
#endif