Created by: TmLev
For some strange reason CMAKE_SYSTEM_PROCESSOR MATCHES "armv*"
matches arm64
.
Had to move other equality check higher up and add arm64
.
This fixes initial CMake generation. Working on fully building the project right now.
Created by: TmLev
For some strange reason CMAKE_SYSTEM_PROCESSOR MATCHES "armv*"
matches arm64
.
Had to move other equality check higher up and add arm64
.
This fixes initial CMake generation. Working on fully building the project right now.