aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9c19ffec1..c2b7e4132 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -610,8 +610,8 @@ ENDIF()
############################################################################
# System memmove() support
############################################################################
-OPTION(WANT_SYSTEM_MEMMOVE "Compile System memmove() Support" OFF)
-IF(WITH_SYSTEM_MEMMOVE)
+OPTION(WANT_SYSTEM_MEMMOVE "Compile System memmove() Support" ON)
+IF(WITHOUT_SYSTEM_MEMMOVE)
SET(WANT_SYSTEM_MEMMOVE OFF)
ENDIF()
IF(WANT_SYSTEM_MEMMOVE)