PengZheng edited a comment on pull request #401: URL: https://github.com/apache/celix/pull/401#issuecomment-1078848237
> Concerning conan and cmake find package / config files. > > I understand the conan FAQ statement: > > > We believe that the package manager should be the one responsible to handle this information in order to achieve a deterministic and controlled behavior > > I especially recognise that cmake has a tendency to find system wide packages even I this is not what you want. That being said, at my day job we currently rely on cmake find* / config* files. > > Is it an idea to configure the installation of the Celix CMake config files under a cmake option? That way we "just" configure that the cmake files are not installed when building for conan. The problem is that Conan Center does not promote not only Config but also CMake modules, though Conan itself supports classical CMake usage well. And we make essential use of CMake modules for these commands. I have tried to remove Config from installation but still trigger the hook error. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org