-
Notifications
You must be signed in to change notification settings - Fork 186
Open
Description
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
Labels
No labels