ROCm / rocminfo

ROCm Application for Reporting System Info
Other
35 stars 32 forks source link

CMake: use `-m64` only on x86-64 hosts #63

Open r-value opened 11 months ago

r-value commented 11 months ago

-m64 only applies to x86-64, it's more reasonable to enable it only on x86_64 host. It fixes build on non-amd64 platforms as well.