Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilliams authored Sep 3, 2024
1 parent 9c7c54b commit e9706fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ set(CMAKE_BUILD_TYPE "Release")


option(GEOGRAM_WITH_HLBFGS "Non-linear solver (Yang Liu's HLBFGS)" ON)
#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)
option(EIGEN_WITH_MKL "Whether to build Eigen with intel MKL or not" OFF)


if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "(arm64)|(ARM64)")
set(NOT_USING_ARM OFF)
else()
Expand Down

0 comments on commit e9706fa

Please sign in to comment.