Closed msqr closed 1 year ago
Hi @msqr, thanks for this contribution! I also think that using the find_package directive is the more idiomatic way of building projects with OpenSSL. After checking this with Ubuntu and the other platforms I will merge your PR (it's time for a CI/CD pipeline, really).
Excellent, thanks for all the work put into this project!
@msqr The changes work well, thank you again for the contribution!
I had trouble building on macOS as the OpenSSL libraries were not found; I tweaked the CMake configuration to use its
find_package(OpenSSL)
support, which allowed me to build by setting theOPENSSL_ROOT_DIR
andOPENSSL_LIBRARIES
properties, like this:I hope this change works OK more generally.