Commit b53f6b97 authored by Daniel Black's avatar Daniel Black

MDEV-12924: re-add numa to innodb

Commit 3a3b3d8b overly purged the numa checks.

Re-add this.
Signed-off-by: default avatarDaniel Black <daniel.black@au.ibm.com>
parent 73deafbc
......@@ -24,12 +24,14 @@ INCLUDE(lzo.cmake)
INCLUDE(lzma.cmake)
INCLUDE(bzip2.cmake)
INCLUDE(snappy.cmake)
INCLUDE(numa)
MYSQL_CHECK_LZ4()
MYSQL_CHECK_LZO()
MYSQL_CHECK_LZMA()
MYSQL_CHECK_BZIP2()
MYSQL_CHECK_SNAPPY()
MYSQL_CHECK_NUMA()
IF(CMAKE_CROSSCOMPILING)
# Use CHECK_C_SOURCE_COMPILES instead of CHECK_C_SOURCE_RUNS when
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment