Frank Schoenmann

Results 43 comments of Frank Schoenmann

My use case is that our internal conan server can be reached by two different hostnames and ports, depending on which network you're in (locally or VPN). However, I wanted...

Do you have to manually specify the headers you want precompiled in ``target_precompile_headers()``? Because cotire seemed to determine the relevant headers by itself somehow. Would there be a way to...

Thanks @memsharded, just some quick follow-up to this topic from a few months ago: * I wanted to try out the deployer approach but I'm really not sure how to...

@memsharded Thanks for the pointers. The `direct_deploy` implementation unfortunately does not deploy in the root of the consumer project like it is required for the files that I want (.clang-format,...

> Yes, the `dependencies` object (https://docs.conan.io/en/latest/reference/conanfile/dependencies.html), as some filters and access to define these things, like `direct_host`, which will serve to install just the package that you want (the direct...

Maybe I'm missing something. I do want to add these packages to the consumer conanfile like in the example. But doesn't the custom deployer operate on all (direct) dependencies? I...

I posted it above: https://github.com/conan-io/conan/issues/11732#issuecomment-1315468924 (with _project-support_ as package name instead of _clang-tidy-config_ and _clang-format-config_).

> Then, maybe something like this? OK, that works although it is still a little more manual than I'd like. Ideally I'd like the package to declare itself as a...

Why is that though? conan could easily set the correct compilers in the toolchain file or the CMake preset to make sure that everything fits together. So far there isn't...

I trust that you have more insight into all possible problems with that but according to the [CMake Wiki](https://gitlab.kitware.com/cmake/community/-/wikis/FAQ#how-do-i-use-a-different-compiler) it's easy to switch to a different compiler. Conan already knows...