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.
1 parent 0fcf6c9 commit 0ea35f9Copy full SHA for 0ea35f9
CMakeLists.txt
@@ -8,7 +8,7 @@ option(GEOGRAM_WITH_HLBFGS "Non-linear solver (Yang Liu's HLBFGS)" O
8
# option(NPE_WITH_EIGEN "Whether to use the bundled version of Eigen" ON)
9
option(EIGEN_WITH_MKL "Whether to build Eigen with intel MKL or not" OFF)
10
11
-if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "(arm64)|(ARM64)")
+if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "(arm64)|(ARM64)|(aarch64)|(AARCH64)")
12
set(NOT_USING_ARM OFF)
13
else()
14
set(NOT_USING_ARM ON)
0 commit comments