Luis Caro Campos
Luis Caro Campos
Hi @glennaycock - thanks for reporting this. Looking to sort this out - however it's not ideal. We can set `essential_modules=False` for everyone, but that probably means reduced functionality Or...
@ABBAPOH , @glennaycock - this is being fixed in https://github.com/conan-io/conan-center-index/pull/24876
Should be fixed with the most recent recipe revision (might take ~20 minutes to be published).
If I recall correctly, if the `target_link_libraries` result in a cycle, CMake should handle them just fine by expressing the libraries twice in the link command - https://cmake.org/cmake/help/latest/command/target_link_libraries.html#cyclic-dependencies-of-static-libraries If twice...
> However if I decide to use the config.cmake provided by the package developer themselves. The find_package() will now point to the package in the conan cache. This location is...