Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI (windows) msvc-engine build failures #449

Open
vt-alt opened this issue Jul 22, 2023 · 0 comments
Open

CI (windows) msvc-engine build failures #449

vt-alt opened this issue Jul 22, 2023 · 0 comments

Comments

@vt-alt
Copy link
Member

vt-alt commented Jul 22, 2023

JFYI. I was curious why msvc-engine fails to build (example https://github.com/gost-engine/engine/actions/runs/5279847855). I spend quite some time to investigate, so to save someone's else time, my finding so far is — this is perhaps due to cmake bug (which will be fixed in 3.27 hopefully):

-- Found OpenSSL: optimized;D:/a/engine/engine/_dest/Program Files/OpenSSL/lib/libcrypto.lib;debug;C:/Program Files/OpenSSL/lib/VC/libcrypto64MDd.lib (found suitable version "3.2.0", minimum required is "3.0")

Then is links incorrectly with system's libcrypto64MDd.lib instead of libcrypto.lib from OPENSSL_ROOT_DIR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant