Tobulus

Results 7 comments of Tobulus

Thanks for the pull request, had the same issue which is now working

@memsharded One more question: the [docs](https://docs.conan.io/en/latest/reference/conanfile/tools/cmake/cmakedeps.html#disable-cmakedeps-for-installed-cmake-configuration-files) mention that it requires the CMaketoolchain generator for that. Is this also possible with just CMakeDeps? As mentioned above I'm exporting targets using install()...

@jgsogo This is still an issue for us, to my understanding this was fixed in CMake here: https://gitlab.kitware.com/cmake/cmake/-/issues/19556 In our case this is happening if an executable is linked against...

Hi @memsharded , I'm using the new CMakeDeps generator combined with cmake-conan so for Conan 1.x I'm using state-of-the-art approaches. Forwarding to Conan 2.0 isn't really helping as we will...

> > is there a difference in conan if a component is build explicitly via a reference or within the build of another component > > Is there is! When...

Doing the same for libtool [here](https://github.com/conan-io/conan-center-index/blob/master/recipes/libtool/all/conanfile.py#L64) is not helping.

when running `conan install libtool` I can see this in the log: ``` libtool/2.4.7: Applying build-requirement: gnu-config/cci.20210814 libtool/2.4.7: Applying build-requirement: automake/1.16.5 libtool/2.4.7: Applying build-requirement: autoconf/2.71 libtool/2.4.7: Applying build-requirement: m4/1.4.19 ```...