assignUser commented on PR #12893: URL: https://github.com/apache/arrow/pull/12893#issuecomment-1104971685
Found the issue with the windows builds due to https://github.com/apache/arrow/pull/7388 cmake was looking for `zstd_static.lib` even though the version installed via vcpkg is called `zstd.lib` (since 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? -- 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]
