The problem is if cmake can only link with the x86_64 OpenMP but not the arm64 OpenMP, it would report Could NOT find OpenMP_C
So this issue won't exists if:
- cmake can report which architecture cannot be linked
- homebrew provides universal binary
Reference: