Commit abf3be5c56f68ecf4fe1e268d8a5515d8c8734ec

Viktor Szakats 2023-11-07T17:00:56

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.