You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OpenSSL 3.x.x recipe does not set the cmake_build_modules property to find the module file that recreates the CMake find package variables. This means that (for example) OPENSSL_FOUND is not set when using the CMakeToolchain generator.
Comparing with the 1.x.x recipe, I believe self.cpp_info.set_property("cmake_build_modules", [self._module_file_rel_path])
is missing from package_info
The text was updated successfully, but these errors were encountered:
tristanpye
changed the title
OpenSSL 3.x.x recipe does not set cmake_build_modules property
[package] openssl/3.x.x recipe does not set cmake_build_modules property
Jan 19, 2023
The OpenSSL 3.x.x recipe does not set the cmake_build_modules property to find the module file that recreates the CMake find package variables. This means that (for example)
OPENSSL_FOUND
is not set when using the CMakeToolchain generator.Comparing with the 1.x.x recipe, I believe
self.cpp_info.set_property("cmake_build_modules", [self._module_file_rel_path])
is missing from
package_info
The text was updated successfully, but these errors were encountered: