Skip to content

Commit 0ea35f9

Browse files
committed
Include the official aarch64 in the arm on/off switch
1 parent 0fcf6c9 commit 0ea35f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ option(GEOGRAM_WITH_HLBFGS "Non-linear solver (Yang Liu's HLBFGS)" O
88
# option(NPE_WITH_EIGEN "Whether to use the bundled version of Eigen" ON)
99
option(EIGEN_WITH_MKL "Whether to build Eigen with intel MKL or not" OFF)
1010

11-
if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "(arm64)|(ARM64)")
11+
if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "(arm64)|(ARM64)|(aarch64)|(AARCH64)")
1212
set(NOT_USING_ARM OFF)
1313
else()
1414
set(NOT_USING_ARM ON)

0 commit comments

Comments
 (0)