We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7c54b commit e9706faCopy full SHA for e9706fa
CMakeLists.txt
@@ -5,10 +5,9 @@ set(CMAKE_BUILD_TYPE "Release")
5
6
7
option(GEOGRAM_WITH_HLBFGS "Non-linear solver (Yang Liu's HLBFGS)" ON)
8
-#option(NPE_WITH_EIGEN "Whether to use the bundled version of Eigen" ON)
+# 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
-
12
if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "(arm64)|(ARM64)")
13
set(NOT_USING_ARM OFF)
14
else()
0 commit comments