SpaceIm
SpaceIm
Ok, I didn't look at those tests, but I would advice these ones for CMake & autotools: * CMake: * Test 1 (VirtualBuildEnv + CMakeToolchain + CMake helper): * create...
Ok thanks for the link. I think they don't test what I'm talking about. For example I see: ```python client.run("install app/0.1@ -o chat:shared=True -o hello:shared=True -g VirtualRunEnv") command = environment_wrap_command("conanrun",...
Since I still don't understand how `VirtualBuildEnv` & `VirtualRunEnv` interact with new (or old) build helpers, I won't be able to write these tests. I don't even fully understand `layout()`...
Answering myself: - CMake & `add_custom_command()`: SIP issues in `add_custom_command()` of CMake builds don't come from conan, and I don't think conan can do anything against it. I've tested a...
> Just to note that we saw an update in the repo for Conan 2.0 just yesterday that looks to handle this issue for that release... is this related? [Pull...
FYI, here is a POC of executables imported targets in geographiclib recipe, working with conan 1.32.0 https://github.com/conan-io/conan-center-index/pull/4295/commits/815254d31f7f345688a7d6c18e58c8c6b2146cd0
@memsharded @lasote Is it a feature you could consider in `set_property` for `CMakeDeps`?
> if the cppstd is already an input setting That's the point, and if it is not in input settings? Anyway it's a nice feature because it allows to write...
Yes: https://github.com/conan-io/conan-center-index/tree/03077b819c744da195224c9e5e25783f19bceb9b/recipes/capnproto/all - Remove this workaround: https://github.com/conan-io/conan-center-index/blob/03077b819c744da195224c9e5e25783f19bceb9b/recipes/capnproto/all/conanfile.py#L143-L144 - Add `fix_apple_shared_install_name(self)` in `package()` just before or after https://github.com/conan-io/conan-center-index/blob/03077b819c744da195224c9e5e25783f19bceb9b/recipes/capnproto/all/conanfile.py#L161
I forgot to mention that you should set `-o capnproto:with_openssl=False` (because openssl recipe is not conan v2 ready, so it propagates frameworkdirs in AutotoolsDeps, leading to an error in this...