cyclonedds/conanfile.txt
Erik Boasson b8329ce206 Require OpenSSL by default and add list it as a dependency for Conan
OpenSSL support remains optional, but instead of including it or not solely depending on whether cmake manages to find it, there is now a DDSC_ENABLE_OPENSSL option that defaults to "ON". Setting to OFF removes the dependency. The Conan configuration has been updated to automatically provide openssl 1.1.1a.

Signed-off-by: Erik Boasson <eb@ilities.com>
2019-02-01 10:39:49 +01:00

6 lines
90 B
Text

[requires]
cunit/2.1-3@bincrafters/stable
OpenSSL/1.1.1a@conan/stable
[generators]
cmake