mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -06:00
Help:cmake(1): add versionadded back to 3.17
This commit is contained in:
@@ -105,11 +105,15 @@
|
||||
|
||||
.. option:: --toolchain <path-to-file>
|
||||
|
||||
.. versionadded:: 3.21
|
||||
|
||||
Specify the cross compiling toolchain file, equivalent to setting
|
||||
:variable:`CMAKE_TOOLCHAIN_FILE` variable.
|
||||
|
||||
.. option:: --install-prefix <directory>
|
||||
|
||||
.. versionadded:: 3.21
|
||||
|
||||
Specify the installation directory, used by the
|
||||
:variable:`CMAKE_INSTALL_PREFIX` variable. Must be an absolute path.
|
||||
|
||||
|
||||
@@ -309,6 +309,8 @@ Options
|
||||
|
||||
.. option:: --debug-find
|
||||
|
||||
.. versionadded:: 3.17
|
||||
|
||||
Put cmake find commands in a debug mode.
|
||||
|
||||
Print extra find call information during the cmake run to standard
|
||||
@@ -318,6 +320,8 @@ Options
|
||||
|
||||
.. option:: --debug-find-pkg=<pkg>[,...]
|
||||
|
||||
.. versionadded:: 3.23
|
||||
|
||||
Put cmake find commands in a debug mode when running under calls
|
||||
to :command:`find_package(\<pkg\>) <find_package>`, where ``<pkg>``
|
||||
is an entry in the given comma-separated list of case-sensitive package
|
||||
@@ -328,6 +332,8 @@ Options
|
||||
|
||||
.. option:: --debug-find-var=<var>[,...]
|
||||
|
||||
.. versionadded:: 3.23
|
||||
|
||||
Put cmake find commands in a debug mode when called with ``<var>``
|
||||
as the result variable, where ``<var>`` is an entry in the given
|
||||
comma-separated list.
|
||||
@@ -349,6 +355,8 @@ Options
|
||||
|
||||
.. option:: --trace-format=<format>
|
||||
|
||||
.. versionadded:: 3.17
|
||||
|
||||
Put cmake in trace mode and sets the trace output format.
|
||||
|
||||
``<format>`` can be one of the following values.
|
||||
@@ -471,12 +479,16 @@ Options
|
||||
|
||||
.. option:: --compile-no-warning-as-error
|
||||
|
||||
.. versionadded:: 3.24
|
||||
|
||||
Ignore target property :prop_tgt:`COMPILE_WARNING_AS_ERROR` and variable
|
||||
:variable:`CMAKE_COMPILE_WARNING_AS_ERROR`, preventing warnings from being
|
||||
treated as errors on compile.
|
||||
|
||||
.. option:: --profiling-output=<path>
|
||||
|
||||
.. versionadded:: 3.18
|
||||
|
||||
Used in conjunction with
|
||||
:option:`--profiling-format <cmake --profiling-format>` to output to a
|
||||
given path.
|
||||
@@ -1325,6 +1337,8 @@ autoconf-based projects (via ``share/aclocal/cmake.m4``).
|
||||
Run a Workflow Preset
|
||||
=====================
|
||||
|
||||
.. versionadded:: 3.25
|
||||
|
||||
.. program:: cmake
|
||||
|
||||
:manual:`CMake Presets <cmake-presets(7)>` provides a way to execute multiple
|
||||
|
||||
Reference in New Issue
Block a user