Skip to content

Commit

Permalink
Fixes #14166: Add strip docs to cmake.install (#3281)
Browse files Browse the repository at this point in the history
* Add strip docs to cmake.install

* Add conf.tools.cmake:install_strip doc
  • Loading branch information
sagi-ottopia authored Jul 9, 2023
1 parent cb1baa7 commit b8cdc44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion reference/conanfile/tools/cmake/cmake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Equivalent to run ``cmake --build . --target=install``
- ``build_type``: Use it only to override the value defined in the ``settings.build_type``. It
can fail if the build is single configuration (e.g. Unix Makefiles), as in that case the build
type must be specified at configure time, not build type.
- ``component``: Passes the ``--component=<component>`` argument to the CMake install command.
- ``component``: Passes the ``--component=<component>`` argument to the CMake install command.


test()
Expand Down Expand Up @@ -150,3 +150,6 @@ conf

- ``tools.microsoft.msbuild:max_cpu_count`` argument for the ``/m`` (``/maxCpuCount``) when running
``MSBuild``

- ``tools.cmake:install_strip`` is a boolean parameter used to specify whether the ``--strip`` option should be
enabled or disabled during the execution of the ``cmake --install`` command. (Defaulted to ``False``)

0 comments on commit b8cdc44

Please sign in to comment.