This repository was archived by the owner on Aug 22, 2024. It is now read-only.
CMakeLists.txt incorrectly detects x86 vs amd64 #699
Labels
Bug
Something isn't working
Triage Approved
The Issue has been approved by an Azure Kinect team member.
Describe the bug
In our CMakeLists.txt files we use the following logic to detect if we are building for x86 versus amd64.
This works great while we are building for x86 and amd64 only. However, if we decide to support arm64 this will break.
We have not yet decided to support arm or not, but regardless, this should be fixed just in case we decide to go forward with arm support.
The text was updated successfully, but these errors were encountered: