From cfaa77887eef20386f8461b4870611aeaa1f0c66 Mon Sep 17 00:00:00 2001 From: Kirill Pinegin Date: Mon, 9 Dec 2019 16:07:12 +0300 Subject: [PATCH] fix cmake option description --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ed0a46de..9807301d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ option(MI_USE_CXX "Use the C++ compiler to compile the library" OFF) option(MI_SEE_ASM "Generate assembly files" OFF) option(MI_LOCAL_DYNAMIC_TLS "Use slightly slower, dlopen-compatible TLS mechanism (Unix)" OFF) option(MI_BUILD_TESTS "Build test executables" ON) -option(MI_USER_CLEANUP "Enable mi_register_user_cleanup functionality" OFF) +option(MI_USER_CLEANUP "Enable user defined functionality for custom memory clean function" OFF) option(MI_CHECK_FULL "Use full internal invariant checking in DEBUG mode (deprecated, use MI_DEBUG_FULL instead)" OFF) set(mi_sources