mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-04 20:05:51 +00:00
4 lines
138 B
CMake
4 lines
138 B
CMake
find_package(OpenSSL 1.1.1 REQUIRED CONFIG)
|
|
|
|
set_target_properties(OpenSSL::SSL PROPERTIES INTERFACE_COMPILE_DEFINITIONS OPENSSL_NO_SSL2)
|