James

Results 2692 comments of James

Closed by https://github.com/conan-io/conan/pull/17848 for next Conan 2.20

Hi @ibis-hdl Thanks for the details. I see now what is the issue. The default ``cmake_layout()`` will not be useful at this moment, because it implements a ``/Release`` or ``/Debug``...

Trying to allow this, I have realized that settings ``build_folder_vars`` might be enough: ```python def test_recipe_build_folders_vars_empty(): client = TestClient() conanfile = textwrap.dedent(""" from conan import ConanFile from conan.tools.cmake import cmake_layout...

Hi @ibis-hdl Thanks for your feedback. The ``CMakeToolchain`` has a ``is_multi_configuration`` property that can be used to check if the current generator is multi-config or not, and act accordingly. But...

Hi! Quick update: I am trying to move the repo code to a unit test in ``test_inherit_custom_folders`` in https://github.com/conan-io/conan/pull/17331. The current test should be passing fine at the moment, but...

I keep pushing #17331, but I am still struggling to understand the expectations here. I am putting a dedicated test for clarifying the current behavior, for the matrix: - Using...

Hi @Adnn Thanks for your question. There are 2 different aspects here. The first one is the possibility of modeling a custom ``libcxx``, something discussed in https://github.com/conan-io/conan/issues/15620, if you want...

> A follow-up question regarding modification of settings.yml: is it intended to be user edited? (I never really thought about that). Is it distributed with conan config install command? (If...

Following up on this, was the ``settings_user.yml`` good to customize the ``compiler.libcxx`` and allow it being undefined (or a custom value)? Any further question or issue? Thanks for the feedback.

No problem, lets close it then at the moment, if this comes up again please comment or create a new ticket for it. Thanks for the feedback!