mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Help: Fix broken cross-references reported by 'nitpicky' option
Enable the Sphinx 'nitpicky' option and fix the resulting warnings about dangling references.
This commit is contained in:
@@ -12,8 +12,8 @@ Add compile options to a target.
|
||||
Specify compile options to use when compiling a given target. The
|
||||
named ``<target>`` must have been created by a command such as
|
||||
:command:`add_executable` or :command:`add_library` and must not be an
|
||||
:prop_tgt:`IMPORTED Target`. If ``BEFORE`` is specified, the content will
|
||||
be prepended to the property instead of being appended.
|
||||
:ref:`IMPORTED Target <Imported Targets>`. If ``BEFORE`` is specified,
|
||||
the content will be prepended to the property instead of being appended.
|
||||
|
||||
This command can be used to add any options, but
|
||||
alternative commands exist to add preprocessor definitions
|
||||
|
||||
@@ -12,7 +12,7 @@ Add sources to a target.
|
||||
Specify sources to use when compiling a given target. The
|
||||
named ``<target>`` must have been created by a command such as
|
||||
:command:`add_executable` or :command:`add_library` and must not be an
|
||||
:prop_tgt:`IMPORTED Target`.
|
||||
:ref:`IMPORTED Target <Imported Targets>`.
|
||||
|
||||
The ``INTERFACE``, ``PUBLIC`` and ``PRIVATE`` keywords are required to
|
||||
specify the scope of the following arguments. ``PRIVATE`` and ``PUBLIC``
|
||||
|
||||
Reference in New Issue
Block a user