mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 17:19:05 -05:00
Help: Spell out ";-list" as "semicolon-separated list"
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
CMAKE_APPBUNDLE_PATH
|
||||
--------------------
|
||||
|
||||
:ref:`;-list <CMake Language Lists>` of directories specifying a search path
|
||||
:ref:`Semicolon-separated list <CMake Language Lists>` of directories specifying a search path
|
||||
for macOS application bundles used by the :command:`find_program`, and
|
||||
:command:`find_package` commands.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_AUTOMOC_MACRO_NAMES
|
||||
----------------------------
|
||||
|
||||
A :ref:`;-list <CMake Language Lists>` list of macro names used by
|
||||
:ref:`Semicolon-separated list <CMake Language Lists>` list of macro names used by
|
||||
:variable:`CMAKE_AUTOMOC` to determine if a C++ file needs to be
|
||||
processed by ``moc``.
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_BUILD_RPATH
|
||||
-----------------
|
||||
|
||||
A :ref:`;-list <CMake Language Lists>` specifying runtime path (``RPATH``)
|
||||
:ref:`Semicolon-separated list <CMake Language Lists>` specifying runtime path (``RPATH``)
|
||||
entries to add to binaries linked in the build tree (for platforms that
|
||||
support it). The entries will *not* be used for binaries in the install
|
||||
tree. See also the :variable:`CMAKE_INSTALL_RPATH` variable.
|
||||
|
||||
@@ -2,6 +2,6 @@ CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES
|
||||
--------------------------------------
|
||||
|
||||
When the ``CUDA`` language has been enabled, this provides a
|
||||
:ref:`;-list <CMake Language Lists>` of include directories provided
|
||||
:ref:`semicolon-separated list <CMake Language Lists>` of include directories provided
|
||||
by the CUDA Toolkit. The value may be useful for C++ source files
|
||||
to include CUDA headers.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_FIND_ROOT_PATH
|
||||
--------------------
|
||||
|
||||
:ref:`;-list <CMake Language Lists>` of root paths to search on the filesystem.
|
||||
:ref:`Semicolon-separated list <CMake Language Lists>` of root paths to search on the filesystem.
|
||||
|
||||
This variable is most useful when cross-compiling. CMake uses the paths in
|
||||
this list as alternative roots to find filesystem items with
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_FRAMEWORK_PATH
|
||||
--------------------
|
||||
|
||||
:ref:`;-list <CMake Language Lists>` of directories specifying a search path
|
||||
:ref:`Semicolon-separated list <CMake Language Lists>` of directories specifying a search path
|
||||
for macOS frameworks used by the :command:`find_library`,
|
||||
:command:`find_package`, :command:`find_path`, and :command:`find_file`
|
||||
commands.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_IGNORE_PATH
|
||||
-----------------
|
||||
|
||||
:ref:`;-list <CMake Language Lists>` of directories to be *ignored* by
|
||||
:ref:`Semicolon-separated list <CMake Language Lists>` of directories to be *ignored* by
|
||||
the :command:`find_program`, :command:`find_library`, :command:`find_file`,
|
||||
and :command:`find_path` commands. This is useful in cross-compiling
|
||||
environments where some system directories contain incompatible but
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_INCLUDE_PATH
|
||||
------------------
|
||||
|
||||
:ref:`;-list <CMake Language Lists>` of directories specifying a search path
|
||||
:ref:`Semicolon-separated list <CMake Language Lists>` of directories specifying a search path
|
||||
for the :command:`find_file` and :command:`find_path` commands. By default it
|
||||
is empty, it is intended to be set by the project. See also
|
||||
:variable:`CMAKE_SYSTEM_INCLUDE_PATH` and :variable:`CMAKE_PREFIX_PATH`.
|
||||
|
||||
@@ -5,7 +5,7 @@ Defines the syntax of compiler driver option to pass options to the linker
|
||||
tool. It will be used to translate the ``LINKER:`` prefix in the link options
|
||||
(see :command:`add_link_options` and :command:`target_link_options`).
|
||||
|
||||
This variable holds a :ref:`;-list <CMake Language Lists>` of tokens.
|
||||
This variable holds a :ref:`semicolon-separated list <CMake Language Lists>` of tokens.
|
||||
If a space (i.e. " ") is specified as last token, flag and ``LINKER:``
|
||||
arguments will be specified as separate arguments to the compiler driver.
|
||||
The :variable:`CMAKE_<LANG>_LINKER_WRAPPER_FLAG_SEP` variable can be specified
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_LIBRARY_PATH
|
||||
------------------
|
||||
|
||||
:ref:`;-list <CMake Language Lists>` of directories specifying a search path
|
||||
:ref:`Semicolon-separated list <CMake Language Lists>` of directories specifying a search path
|
||||
for the :command:`find_library` command. By default it is empty, it is
|
||||
intended to be set by the project. See also
|
||||
:variable:`CMAKE_SYSTEM_LIBRARY_PATH` and :variable:`CMAKE_PREFIX_PATH`.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_MODULE_PATH
|
||||
-----------------
|
||||
|
||||
:ref:`;-list <CMake Language Lists>` of directories specifying a search path
|
||||
:ref:`Semicolon-separated list <CMake Language Lists>` of directories specifying a search path
|
||||
for CMake modules to be loaded by the :command:`include` or
|
||||
:command:`find_package` commands before checking the default modules that come
|
||||
with CMake. By default it is empty, it is intended to be set by the project.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_PREFIX_PATH
|
||||
-----------------
|
||||
|
||||
:ref:`;-list <CMake Language Lists>` of directories specifying installation
|
||||
:ref:`Semicolon-separated list <CMake Language Lists>` of directories specifying installation
|
||||
*prefixes* to be searched by the :command:`find_package`,
|
||||
:command:`find_program`, :command:`find_library`, :command:`find_file`, and
|
||||
:command:`find_path` commands. Each command will add appropriate
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_PROGRAM_PATH
|
||||
------------------
|
||||
|
||||
:ref:`;-list <CMake Language Lists>` of directories specifying a search path
|
||||
:ref:`Semicolon-separated list <CMake Language Lists>` of directories specifying a search path
|
||||
for the :command:`find_program` command. By default it is empty, it is
|
||||
intended to be set by the project. See also
|
||||
:variable:`CMAKE_SYSTEM_PROGRAM_PATH` and :variable:`CMAKE_PREFIX_PATH`.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_SYSTEM_IGNORE_PATH
|
||||
------------------------
|
||||
|
||||
:ref:`;-list <CMake Language Lists>` of directories to be *ignored* by
|
||||
:ref:`Semicolon-separated list <CMake Language Lists>` of directories to be *ignored* by
|
||||
the :command:`find_program`, :command:`find_library`, :command:`find_file`,
|
||||
and :command:`find_path` commands. This is useful in cross-compiling
|
||||
environments where some system directories contain incompatible but
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_SYSTEM_INCLUDE_PATH
|
||||
-------------------------
|
||||
|
||||
:ref:`;-list <CMake Language Lists>` of directories specifying a search path
|
||||
:ref:`Semicolon-separated list <CMake Language Lists>` of directories specifying a search path
|
||||
for the :command:`find_file` and :command:`find_path` commands. By default
|
||||
this contains the standard directories for the current system. It is *not*
|
||||
intended to be modified by the project; use :variable:`CMAKE_INCLUDE_PATH` for
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_SYSTEM_LIBRARY_PATH
|
||||
-------------------------
|
||||
|
||||
:ref:`;-list <CMake Language Lists>` of directories specifying a search path
|
||||
:ref:`Semicolon-separated list <CMake Language Lists>` of directories specifying a search path
|
||||
for the :command:`find_library` command. By default this contains the
|
||||
standard directories for the current system. It is *not* intended to be
|
||||
modified by the project; use :variable:`CMAKE_LIBRARY_PATH` for this.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_SYSTEM_PREFIX_PATH
|
||||
------------------------
|
||||
|
||||
:ref:`;-list <CMake Language Lists>` of directories specifying installation
|
||||
:ref:`Semicolon-separated list <CMake Language Lists>` of directories specifying installation
|
||||
*prefixes* to be searched by the :command:`find_package`,
|
||||
:command:`find_program`, :command:`find_library`, :command:`find_file`, and
|
||||
:command:`find_path` commands. Each command will add appropriate
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_SYSTEM_PROGRAM_PATH
|
||||
-------------------------
|
||||
|
||||
:ref:`;-list <CMake Language Lists>` of directories specifying a search path
|
||||
:ref:`Semicolon-separated list <CMake Language Lists>` of directories specifying a search path
|
||||
for the :command:`find_program` command. By default this contains the
|
||||
standard directories for the current system. It is *not* intended to be
|
||||
modified by the project; use :variable:`CMAKE_PROGRAM_PATH` for this.
|
||||
|
||||
@@ -9,6 +9,6 @@ prefixes specified in the ``Foo_ROOT`` CMake variable (if set).
|
||||
See policy :policy:`CMP0074`.
|
||||
|
||||
This variable may hold a single prefix or a
|
||||
:ref:`;-list <CMake Language Lists>` of multiple prefixes.
|
||||
:ref:`semicolon-separated list <CMake Language Lists>` of multiple prefixes.
|
||||
|
||||
See also the :envvar:`<PackageName>_ROOT` environment variable.
|
||||
|
||||
Reference in New Issue
Block a user