Skip to content

Commit e9706fa

Browse files
authored
Update CMakeLists.txt
1 parent 9c7c54b commit e9706fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ set(CMAKE_BUILD_TYPE "Release")
55

66

77
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)
8+
# 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-
1211
if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "(arm64)|(ARM64)")
1312
set(NOT_USING_ARM OFF)
1413
else()

0 commit comments

Comments
 (0)