bump cmake required version to 3.18 and detect libatomic more reliably, see pr #898

This commit is contained in:
Daan 2024-05-19 13:25:31 -07:00
parent 7ea7296d3e
commit 03224e17a0
2 changed files with 6 additions and 8 deletions

View file

@ -24,7 +24,7 @@ not accidentally mix pointers from different allocators).
#define free(p) mi_free(p)
#define strdup(s) mi_strdup(s)
#define strndup(s,n) mi_strndup(s,n)
#define strndup(s,n) mi_strndup(s,n)
#define realpath(f,n) mi_realpath(f,n)
// Microsoft extensions