Commit 8a495d7f authored by zhaorenhai's avatar zhaorenhai Committed by GitHub

MDEV-24647 Columnstore storage engine cannot be compiled with mariadb server...

MDEV-24647 Columnstore storage engine cannot be compiled with mariadb server on aarch64 platform (#1742)
parent c411393a
...@@ -12,7 +12,8 @@ macro(APPEND_FOR_CPACK V) ...@@ -12,7 +12,8 @@ macro(APPEND_FOR_CPACK V)
endmacro() endmacro()
IF(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" OR IF(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" OR
CMAKE_SYSTEM_PROCESSOR STREQUAL "amd64") CMAKE_SYSTEM_PROCESSOR STREQUAL "amd64" OR
CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64")
add_subdirectory(columnstore) add_subdirectory(columnstore)
IF(TARGET columnstore) IF(TARGET columnstore)
......
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