cmake-rs icon indicating copy to clipboard operation
cmake-rs copied to clipboard

Toolset is set to x64 on aarch64-pc-windows-msvc

Open marcusklaas opened this issue 1 year ago • 0 comments

I ran into an issue where the makefiles of the C dependency I'm building assumed an x86_64 architecture because cmake-rs sets the toolset flag to x64 here, even on aarch64. Luckily it was easy to work around this by explicitly setting a toolset, but it still doesn't seem right to pass x86/x64 parameters for aarch64 hosts/ targets.

marcusklaas avatar Aug 01 '24 08:08 marcusklaas