mirror of https://github.com/microsoft/mimalloc
fix syntax in cmakelists
This commit is contained in:
parent
63f88cb43d
commit
3ebcc0bac4
|
@ -167,7 +167,7 @@ if(MI_TRACK_ASAN)
|
|||
endif()
|
||||
|
||||
if(MI_TRACK_ETW)
|
||||
if NOT WIN32
|
||||
if(NOT WIN32)
|
||||
set(MI_TRACK_ETW OFF)
|
||||
message(WARNING "Can only enable ETW support on Windows (MI_TRACK_ETW=OFF)")
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue