Skip to content

CI (windows) msvc-engine build failures #449

@vt-alt

Description

@vt-alt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions