boostorg / cmake

CMake support infrastructure Boost submodule
94 stars 27 forks source link

Support installing targets depending on OpenSSL #31

Closed anarthal closed 1 year ago

anarthal commented 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).