Closed anarthal closed 1 year ago
When installing a target that links to OpenSSL, importing it via find_package fails because the resulting Boost config file doesn't include a call to find_dependency(OpenSSL).
find_package
find_dependency(OpenSSL)
When installing a target that links to OpenSSL, importing it via
find_package
fails because the resulting Boost config file doesn't include a call tofind_dependency(OpenSSL)
.