Skip to content

Commit 647782d

Browse files
authored
Merge pull request #104 from Samahu/master
Include the official aarch64 in the arm on/off switch
2 parents dcc839b + 0ea35f9 commit 647782d

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
@@ -7,7 +7,7 @@ option(GEOGRAM_WITH_HLBFGS "Non-linear solver (Yang Liu's HLBFGS)" O
77
# option(NPE_WITH_EIGEN "Whether to use the bundled version of Eigen" ON)
88
option(EIGEN_WITH_MKL "Whether to build Eigen with intel MKL or not" OFF)
99

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

0 commit comments

Comments
 (0)