dg0yt commented on issue #41340: URL: https://github.com/apache/arrow/issues/41340#issuecomment-2074221469
> So `target_link_libraries(... ws2_32.dll)` isn't wrong. (But it seems that it works with MSVC...) This isn't true: https://github.com/microsoft/vcpkg/issues/38305 is the original issue from vcpkg users. The key problem is that the `ws2_32.dll` is published to the link interface for static library linkage. You won't notice until you consume the CMake config. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
