Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 843 Bytes

OpenSSL.rst

File metadata and controls

33 lines (22 loc) · 843 Bytes

OpenSSL

crypto ; OpenSSL

OpenSSL

hunter_add_package(OpenSSL)
find_package(OpenSSL REQUIRED)
target_link_libraries(foo PUBLIC OpenSSL::SSL OpenSSL::Crypto)

Fixed/workaround

Using ASM optimization on Windows

To be able to use ASM optimization on Windows, you need to set the ASM_SUPPORT=ON option.