Author :
Viktor Szakats
Date :
2023-11-07 17:00:56
Hash :abf3be5c Message :always check `CMAKE_SYSTEM_PROCESSOR` with `MATCHES`
This makes it accept values consistently. Before this patch
mingw-w64, Apple and SunOS did not accept a CPU if it had
a suffix or prefix (e.g. a triplet), while other targets did.