You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 tocmake
bug (which will be fixed in 3.27 hopefully):Then is links incorrectly with system's
libcrypto64MDd.lib
instead oflibcrypto.lib
fromOPENSSL_ROOT_DIR
.The text was updated successfully, but these errors were encountered: