kszucs commented on PR #12893: URL: https://github.com/apache/arrow/pull/12893#issuecomment-1105084238
> Found the issue with the windows builds, due to #7388 cmake was looking for `zstd_static.lib` even though the version installed via vcpkg is called `zstd.lib` (since [microsoft/vcpkg@d878305](https://github.com/microsoft/vcpkg/commit/d8783052cbf85bb5b1777b58b998c88d99357943)). I fixed this by manually setting the suffix to "", not sure if modifying the logic in `Findzstd.cmake` is necessary? Nice catch! Could you set that cmake variable in `Usevcpkg.cmake`? -- 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]
