This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new ed2a0607222 [Fix](compile) Cmakelist is not available for mac (#41098) ed2a0607222 is described below commit ed2a0607222713af3ee2434c6d4519b1df03dec9 Author: Uniqueyou <134280716+wyxxx...@users.noreply.github.com> AuthorDate: Tue Sep 24 11:11:53 2024 +0800 [Fix](compile) Cmakelist is not available for mac (#41098)  The number of lines that do not match is a result of adding a debug statement, so don't worry about it. --- cloud/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/CMakeLists.txt b/cloud/CMakeLists.txt index 7a273dd04e2..32e60f7bfb5 100644 --- a/cloud/CMakeLists.txt +++ b/cloud/CMakeLists.txt @@ -29,7 +29,7 @@ include(cppcheck) if (CMAKE_SYSTEM_PROCESSOR MATCHES "amd64|x86_64") set (ARCH_AMD64 1) endif () -if (CMAKE_SYSTEM_PROCESSOR MATCHES "^(aarch64.*|AARCH64.*)") +if (CMAKE_SYSTEM_PROCESSOR MATCHES "^(aarch64.*|AARCH64.*|arm64.*)") set (ARCH_AARCH64 1) endif () if (ARCH_AARCH64 OR CMAKE_SYSTEM_PROCESSOR MATCHES "arm") --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org