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