diff --git a/storage/columnstore/CMakeLists.txt b/storage/columnstore/CMakeLists.txt index 6a6d91b18feda..49389dda8cd34 100644 --- a/storage/columnstore/CMakeLists.txt +++ b/storage/columnstore/CMakeLists.txt @@ -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)