fix cmake typo in merge for #255

This commit is contained in:
Daan Leijen 2021-01-29 15:52:18 -08:00
parent 976becd002
commit 5291487dac

View File

@ -221,7 +221,7 @@ else()
set(mi_install_dir "${CMAKE_INSTALL_PREFIX}/lib/mimalloc-${mi_version}")
endif()
if(MI_SECURE MATCHES)
if(MI_SECURE)
set(mi_basename "mimalloc-secure")
else()
set(mi_basename "mimalloc")