mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 07:29:30 +03:00
fix syntax in cmakelists
This commit is contained in:
parent
63f88cb43d
commit
3ebcc0bac4
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ if(MI_TRACK_ASAN)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(MI_TRACK_ETW)
|
if(MI_TRACK_ETW)
|
||||||
if NOT WIN32
|
if(NOT WIN32)
|
||||||
set(MI_TRACK_ETW OFF)
|
set(MI_TRACK_ETW OFF)
|
||||||
message(WARNING "Can only enable ETW support on Windows (MI_TRACK_ETW=OFF)")
|
message(WARNING "Can only enable ETW support on Windows (MI_TRACK_ETW=OFF)")
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Reference in a new issue