autorecipes
autorecipes copied to clipboard
Generic Conan recipes for CMake and Python projects.
Read `<PackageName>_TARGETS` from the PCF and keep the component association in a target property?
It might be a harder sell to standardize `_COMPONENTS`, which we are reading now, and to enforce the implicit association between a "component" and a target. Instead, we could [define...
Here are some fixes for CMake invocation, for projects which are using [Conan CMake](https://github.com/conan-io/cmake-conan) script. Fix for `conanfile.txt` generator provides correct requirements parsing for [tuple format](https://docs.conan.io/en/latest/reference/conanfile/attributes.html#requires)
Does CMake compute the mapping and fill in `[INTERFACE_]COMPILE_OPTIONS` for us, or do we have to re-implement that functionality?
Should it depend on [`IMPORTED_LINK_INTERFACE_LANGUAGES`](https://cmake.org/cmake/help/latest/prop_tgt/IMPORTED_LINK_INTERFACE_LANGUAGES.html)?