mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
fix MI_SHOW_ERRORS on msvc
This commit is contained in:
parent
8f5710abcc
commit
9a33f23b5f
2 changed files with 5 additions and 3 deletions
|
@ -116,8 +116,6 @@ endif()
|
|||
if(MI_SHOW_ERRORS MATCHES "ON")
|
||||
message(STATUS "Enable printing of error and warning messages by default (MI_SHOW_ERRORS=ON)")
|
||||
list(APPEND mi_defines MI_SHOW_ERRORS=1)
|
||||
else()
|
||||
list(APPEND mi_defines MI_SHOW_ERRORS=0)
|
||||
endif()
|
||||
|
||||
if(MI_USE_CXX MATCHES "ON")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue