Luis Caro Campos
Luis Caro Campos
I believe this is already fixed - will test this on: https://github.com/conan-io/conan-center-index/pull/17788 and close this issue once we verify it's resolved.
> I think filing a bug to the cmake bugtracker is a good idea as well. A bit of an update on this - it looks like this behaviour is...
I'm one of the Conan Center maintainers. We've had requests to add and build binaries for PCL in Conan Center, and we are having issues due to compiler crashes that...
Hi @friendlyanon - please refer to the original reported issue: https://github.com/conan-io/conan/issues/13920. Is there a bug that we can reproduce where it does not work as expected? The `CMakeFlagsInitBlock` has always...
> Currently, doing such customizations is tedious in Conan, as described above. Having a config option to customize the name of the generated files and possibly also hide presets by...
Hi @hekrdla - thank you for raising this issue. Unfortunately there isn't a uniform convention with regards to these variables - so no matter which solution we go for, some...
> I have been investigating this, and it seems even more complex than expected. > > The problem is not only the `- or /` flags prefix, but also autotools...
Hi @hwhsu1231 thanks for raising this question. The targets such was `Qt6::Core` generated by `CMakeDeps` are `INTERFACE IMPORTED` targets, that means that they _do not_ have the `IMPORTED_LOCATION` property. Internally,...
> @jcar87 So what should I do to make `IMPORTED_LOCATION_` populated? The `Qt6::Core` target generated by `CMakeDeps` is an `INTERFACE IMPORTED` target, that has the `INTERFACE_LINK_LIBRARIES` target set in such...
@hwhsu1231 thanks so much for providing this example. The internal targets (generated by CMakeDeps) that would be transitively linked by `Qt6::Core` _do_ have those properties set - CMake is able...