Skip to content

Commit 44a5d32

Browse files
committed
fix wrong cmake var reference (PR #1164, by @dg0yt)
1 parent 6a72739 commit 44a5d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ if(MI_OVERRIDE)
195195
message(STATUS " Use interpose to override malloc (MI_OSX_INTERPOSE=ON)")
196196
list(APPEND mi_defines MI_OSX_INTERPOSE=1)
197197
if (NOT MI_OSX_ZONE)
198-
message(STATUS " WARNING: interpose usually also needs zone overriding (use -DMI_OSX_INTERPOSE=ON)")
198+
message(STATUS " WARNING: interpose usually also needs zone overriding (use -DMI_OSX_ZONE=ON)")
199199
endif()
200200
endif()
201201
if(MI_USE_CXX AND MI_OSX_INTERPOSE)

0 commit comments

Comments
 (0)