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
Add 'cpp_info.<config>' information to 'cmake_find_package[_multi]' generators #6230
Add 'cpp_info.<config>' information to 'cmake_find_package[_multi]' generators #6230
Conversation
Check behavior of other generators: CMake plain generators:
CMake find_package generators:
|
Changelog: Fix: Add
cpp_info.<config>
information tocmake_find_package_multi
andcmake_find_package
generators.Docs: conan-io/docs#1508
Closes #6136
When a recipe contains information specific per configuration:
this information is now propagated to the corresponding build-type file (see tests)