summaryrefslogtreecommitdiff
path: root/cmake/numa.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/numa.cmake')
-rw-r--r--cmake/numa.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/numa.cmake b/cmake/numa.cmake
index 4bace0ee7f4..a7b0c0a3392 100644
--- a/cmake/numa.cmake
+++ b/cmake/numa.cmake
@@ -31,6 +31,7 @@ MACRO (MYSQL_CHECK_NUMA)
ENDIF()
ENDIF()
+ ADD_FEATURE_INFO(NUMA HAVE_LIBNUMA "NUMA memory allocation policy")
IF(WITH_NUMA AND NOT HAVE_LIBNUMA)
# Forget it in cache, abort the build.
UNSET(WITH_NUMA CACHE)