Skip to content

Commit

Permalink
Added --destdir doc (#3663)
Browse files Browse the repository at this point in the history
  • Loading branch information
franramirez688 authored Apr 4, 2024
1 parent 1ca019a commit 24d80e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions reference/conanfile/tools/meson/meson.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ configuration to add your machine files at the end of the command using the corr
See `this Meson reference <https://mesonbuild.com/Machine-files.html#loading-multiple-machine-files>`_ for more information.

Parameters:
- **reconfigure** (Optional, Defaulted to ``False``): Adds the ``--reconfigure`` parameter to the ``meson setup`` command if ``True``.
- **reconfigure** (**DEPRECATED**)(Optional, Defaulted to ``False``): Adds the ``--reconfigure`` parameter to the ``meson setup`` command if ``True``.


build()
Expand All @@ -72,7 +72,9 @@ install()
def install(self):
Installs development files (headers, libraries, etc.). Equivalent to run :command:`meson install -C .` in the build folder.
Installs development files (headers, libraries, etc.). Equivalent to run :command:`meson install -C . --destdir [CONAN_PACKAGE_FOLDER]` in the build folder.

Using *--destdir* Meson param since Conan `1.64.0 <https://github.com/conan-io/conan/releases/tag/1.64.0>`__

test()
++++++
Expand Down
2 changes: 1 addition & 1 deletion reference/conanfile/tools/meson/mesontoolchain.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MesonToolchain

.. important::

This class will generate files that are only compatible with Meson versions >= 0.55.0
This class will generate files that are only compatible with Meson versions >= 0.57.0


Available since: `1.33.0 <https://github.com/conan-io/conan/releases/tag/1.33.0>`_
Expand Down

0 comments on commit 24d80e4

Please sign in to comment.