Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[package] openssl/3.x.x recipe does not set cmake_build_modules property #15364

Closed
tristanpye opened this issue Jan 19, 2023 · 1 comment
Closed

Comments

@tristanpye
Copy link

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

@tristanpye 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
@tristanpye
Copy link
Author

Fixed by #14426

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant