Skip to content

Commit

Permalink
MDEV-24647 Columnstore storage engine cannot be compiled with mariadb…
Browse files Browse the repository at this point in the history
… server on aarch64 platform (#1742)
  • Loading branch information
zhaorenhai committed Jan 30, 2021
1 parent c411393 commit 8a495d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion storage/columnstore/CMakeLists.txt
Expand Up @@ -12,7 +12,8 @@ macro(APPEND_FOR_CPACK V)
endmacro()

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)

IF(TARGET columnstore)
Expand Down

0 comments on commit 8a495d7

Please sign in to comment.