We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe9ad3 commit 6ee6372Copy full SHA for 6ee6372
1 file changed
CMakeLists.txt
@@ -74,7 +74,7 @@ endif()
74
find_package(Threads)
75
76
set(MIMALLOC_ENABLED FALSE)
77
-if (USE_MIMALLOC AND NOT EMSCRIPTEN)
+if (USE_MIMALLOC AND NOT EMSCRIPTEN AND NOT APPLE)
78
if (CMAKE_VERSION VERSION_LESS "3.18")
79
message(WARNING "mimalloc requires CMake >= 3.18, disabling (found ${CMAKE_VERSION})")
80
else()
0 commit comments