Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing pages #4045

Merged
merged 3 commits into from
Apr 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reference/conanfile/attributes/binary_model.inc
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ would be:

- Read the :ref:`Getting started, creating packages<creating_packages_create_your_first_conan_package>` to know how to declare and how to
define a value to an option.
- Removing options in the ``package_id()`` method. <MISSING PAGE>
- About the package_type and how it plays when a ``shared`` option is declared. <MISSING PAGE>
- :ref:`Removing options in the package_id() method<reference_conanfile_methods_package_id_clear>`.
- Read :ref:`how the package_type attribute behaves when a shared option is declared<reference_conanfile_attributes_package_type>`.


.. _conan_conanfile_properties_default_options:
Expand Down
3 changes: 3 additions & 0 deletions reference/conanfile/methods/package_id.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ This will result in all other compilers rather than ``gcc`` and other versions o
This approach is not recommended in the general case, and it would be better approached with the global ``compatibility`` plugin or the recipe ``compatibility()`` method.


.. note::

Not only ``settings`` can be erased, but every other type of information such as ``options`` and ``conf`` items.

Adding information
------------------
Expand Down