We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a72739 commit 44a5d32Copy full SHA for 44a5d32
CMakeLists.txt
@@ -195,7 +195,7 @@ if(MI_OVERRIDE)
195
message(STATUS " Use interpose to override malloc (MI_OSX_INTERPOSE=ON)")
196
list(APPEND mi_defines MI_OSX_INTERPOSE=1)
197
if (NOT MI_OSX_ZONE)
198
- message(STATUS " WARNING: interpose usually also needs zone overriding (use -DMI_OSX_INTERPOSE=ON)")
+ message(STATUS " WARNING: interpose usually also needs zone overriding (use -DMI_OSX_ZONE=ON)")
199
endif()
200
201
if(MI_USE_CXX AND MI_OSX_INTERPOSE)
0 commit comments