boostorg / cmake

CMake support infrastructure Boost submodule
94 stars 27 forks source link

Refine arch prefix selection #60

Closed Neumann-A closed 6 months ago

Neumann-A commented 7 months ago

as request in https://github.com/boostorg/cmake/pull/57#issuecomment-2081401809

pdimov commented 7 months ago

No, CMAKE_SYSTEM_PROCESSOR is incorrect under MSVC, so it's best to keep the two branches separate.

pdimov commented 1 month ago

This actually seems to derive a64 for MinGW, so we don't have it quite right yet.

pdimov commented 1 month ago

Ah, CMAKE_SYSTEM_PROCESSOR is "AMD64" there, uppercase. Will fix.