wabt
wabt copied to clipboard
TARGET_ARCH sniffing doesn't handle arm64 on OSX
When compiling on an arm64 Mac, configuring the build produces the warning:
CMake Warning at CMakeLists.txt:197 (message):
Unknown target architecture!
This is a common enough architecture now that it should be handled without warning.
Duplicate of #1688 .
Closing as duplicate of #1688