Closed janisozaur closed 5 years ago
@janisozaur, vcpkg currently support openssl:arm-windows, you can have a try.
Test with vcpkg latest source and visual studio 2017 15.9.7. PS F:\VCPKG\src> ./vcpkg version Vcpkg package management program version 2018.11.23-nohash
PS F:\VCPKG\src> ./vcpkg install openssl:arm-windows The following packages will be built and installed: openssl[core]:arm-windows
Total elapsed time: 3.998 min
The package openssl is compatible with built-in CMake targets: find_package(OpenSSL REQUIRED) target_link_libraries(main PRIVATE OpenSSL::SSL OpenSSL::Crypto)
I'm looking for some clarification about OpenSSL's status for
arm-windows
triplet.Trying to build it locally, I get the error:
https://github.com/Microsoft/vcpkg/blob/a477fd6b6eb5a4053770e50423c6f1144c338c4d/ports/openssl/portfile.cmake#L48
However: