krishauser / Klampt

Kris' Locomotion and Manipulation Planning Toolkit
BSD 3-Clause "New" or "Revised" License
377 stars 96 forks source link

Typo in KrisLibrary/geometry/solid3/CMakeLists.txt #179

Closed alexanderdsmith closed 7 months ago

alexanderdsmith commented 8 months ago

When installing from source on Linux (Ubuntu 22.04) I found a small typo in KrisLibrary

Line 92: if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "arm" OR or ${CMAKE_SYSTEM_PROCESSOR} MATCHES ...

Should have "or" removed: if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "arm" OR ${CMAKE_SYSTEM_PROCESSOR} MATCHES ...

krishauser commented 7 months ago

Thanks!