We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcc839b + 0ea35f9 commit 647782dCopy full SHA for 647782d
CMakeLists.txt
@@ -7,7 +7,7 @@ option(GEOGRAM_WITH_HLBFGS "Non-linear solver (Yang Liu's HLBFGS)" O
7
# option(NPE_WITH_EIGEN "Whether to use the bundled version of Eigen" ON)
8
option(EIGEN_WITH_MKL "Whether to build Eigen with intel MKL or not" OFF)
9
10
-if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "(arm64)|(ARM64)")
+if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "(arm64)|(ARM64)|(aarch64)|(AARCH64)")
11
set(NOT_USING_ARM OFF)
12
else()
13
set(NOT_USING_ARM ON)
0 commit comments