mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
Merge topic 'doc-improvements'
d4d1f85297Help: Move a note about arguments and genexes into include file968224484fHelp: Drop unused `PROPERTY_GENEX` replace from `prop_tgt/INTERFACE_*` files65457e4faeHelp: Add _See Also_ sections to related CMake commandsc86ec79d07Help: Use direct refs to genexes instead of ``$<GENEX-NAME>``8c6274326dHelp: Use CMake highlighting for command synopsisc356a94512Help: Use monospaced font for a genex name in a section titlef98c8707f4Help: Use `code-block:: cmake` instead of `::` for sub-commands descriptions2ba351ca4fHelp: ``CMake`` → CMake ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7873
This commit is contained in:
@@ -525,9 +525,9 @@ External Project Definition
|
||||
option without the ``CMAKE_GENERATOR`` option.
|
||||
|
||||
``CMAKE_ARGS <arg>...``
|
||||
The specified arguments are passed to the ``cmake`` command line. They
|
||||
can be any argument the ``cmake`` command understands, not just cache
|
||||
values defined by ``-D...`` arguments (see also
|
||||
The specified arguments are passed to the :program:`cmake` command line.
|
||||
They can be any argument the :program:`cmake` command understands, not just
|
||||
cache values defined by ``-D...`` arguments (see also
|
||||
:manual:`CMake Options <cmake(1)>`).
|
||||
|
||||
.. versionadded:: 3.3
|
||||
@@ -611,9 +611,9 @@ External Project Definition
|
||||
supported). If this option is not given, the default build command will
|
||||
be chosen to integrate with the main build in the most appropriate way
|
||||
(e.g. using recursive ``make`` for Makefile generators or
|
||||
``cmake --build`` if the project uses a CMake build). This option can be
|
||||
specified with an empty string as the command to make the build step do
|
||||
nothing.
|
||||
:option:`cmake --build` if the project uses a CMake build). This option
|
||||
can be specified with an empty string as the command to make the build
|
||||
step do nothing.
|
||||
|
||||
``BUILD_IN_SOURCE <bool>``
|
||||
When this option is enabled, the build will be done directly within the
|
||||
|
||||
Reference in New Issue
Block a user