From 5291487dac2058c9006e2a9bae0f1e1553e1a991 Mon Sep 17 00:00:00 2001 From: Daan Leijen Date: Fri, 29 Jan 2021 15:52:18 -0800 Subject: [PATCH] fix cmake typo in merge for #255 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bbc293a8..92dbbad2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")