OAID/Tengine

CMake都能写错

DamonsJ opened this issue · 1 comments

https://github.com/OAID/Tengine/blob/tengine-lite/source/device/cpu/CMakeLists.txt#:~:text=IF%20(-,TENGINE_TARGET_PROCESSOR_64BIT,-AND%20%24%7BTENGINE_ARCH_ARM_82%7D

这个地方的CMake变量应该是错误的
大小写写错了?

这导致armv82都不能编译,看来你们这个都不检查的

TENGINE_TARGET_PROCESSOR_64BIT 应该是 TENGINE_TARGET_PROCESSOR_64Bit