aboutsummaryrefslogtreecommitdiff
path: root/config/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'config/CMakeLists.txt')
-rw-r--r--config/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/CMakeLists.txt b/config/CMakeLists.txt
index 63cb3cc0d6..442d91524b 100644
--- a/config/CMakeLists.txt
+++ b/config/CMakeLists.txt
@@ -47,10 +47,6 @@ if(Iconv_FOUND)
set(HAVE_ICONV 1)
endif()
-if(JEMALLOC_FOUND)
- set(HAVE_JEMALLOC 1)
-endif()
-
check_function_exists(_putenv_s HAVE_PUTENV_S)
if(WIN32 AND NOT HAVE_PUTENV_S)
message(SEND_ERROR "_putenv_s() function not found on your system.")