mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
6 lines
134 B
CMake
6 lines
134 B
CMake
set_target_properties(OpenSSL::SSL PROPERTIES
|
|
INTERFACE_COMPILE_DEFINITIONS OPENSSL_NO_SSL2
|
|
)
|
|
|
|
find_package(OpenSSL 1.1.1 REQUIRED)
|