s2geometry icon indicating copy to clipboard operation
s2geometry copied to clipboard

Check for WIN32 rather than MSVC when building

Open asinghvi17 opened this issue 1 year ago • 7 comments

This constraint is more general and occurs on all Windows platforms, where MSVC may not.

xref https://github.com/JuliaPackaging/Yggdrasil/pull/9448, where we encountered this issue - the MSVC condition was not satisfied, but the build is on windows.

asinghvi17 avatar Sep 18 '24 11:09 asinghvi17