mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Help: Improve formatting of Help documentation
This commit is contained in:
@@ -4,8 +4,9 @@ ASM<DIALECT>
|
||||
.. include:: ENV_VAR.txt
|
||||
|
||||
Preferred executable for compiling a specific dialect of assembly language
|
||||
files. ``ASM<DIALECT>`` can be ``ASM``, ``ASM_NASM``, ``ASM_MASM`` or
|
||||
``ASM-ATT``. Will only be used by CMake on the first configuration to determine
|
||||
files. ``ASM<DIALECT>`` can be ``ASM``, ``ASM_NASM`` (Netwide Assembler),
|
||||
``ASM_MASM`` (Microsoft Assembler) or ``ASM-ATT`` (Asembler AT&T).
|
||||
Will only be used by CMake on the first configuration to determine
|
||||
``ASM<DIALECT>`` compiler, after which the value for ``ASM<DIALECT>`` is stored
|
||||
in the cache as
|
||||
:variable:`CMAKE_ASM<DIALECT>_COMPILER <CMAKE_<LANG>_COMPILER>`. For subsequent
|
||||
|
||||
@@ -6,8 +6,8 @@ ASM<DIALECT>FLAGS
|
||||
Default compilation flags to be used when compiling a specific dialect of an
|
||||
assembly language. ``ASM<DIALECT>FLAGS`` can be ``ASMFLAGS``, ``ASM_NASMFLAGS``,
|
||||
``ASM_MASMFLAGS`` or ``ASM-ATTFLAGS``. Will only be used by CMake on the
|
||||
first configuration to determine ``ASM<DIALECT>`` default compilation flags, after
|
||||
which the value for ``ASM<DIALECT>FLAGS`` is stored in the cache as
|
||||
:variable:`CMAKE_ASM<DIALECT>_FLAGS <CMAKE_<LANG>_FLAGS>`. For any configuration
|
||||
first configuration to determine ``ASM_<DIALECT>`` default compilation
|
||||
flags, after which the value for ``ASM<DIALECT>FLAGS`` is stored in the cache as
|
||||
``CMAKE_ASM<DIALECT>_FLAGS <CMAKE_<LANG>_FLAGS>``. For any configuration
|
||||
run (including the first), the environment variable will be ignored if the
|
||||
:variable:`CMAKE_ASM<DIALECT>_FLAGS <CMAKE_<LANG>_FLAGS>` variable is defined.
|
||||
``CMAKE_ASM<DIALECT>_FLAGS <CMAKE_<LANG>_FLAGS>`` variable is defined.
|
||||
|
||||
@@ -4,4 +4,4 @@ CTEST_INTERACTIVE_DEBUG_MODE
|
||||
.. include:: ENV_VAR.txt
|
||||
|
||||
Environment variable that will exist and be set to ``1`` when a test executed
|
||||
by CTest is run in interactive mode.
|
||||
by :manual:`ctest(1)` is run in interactive mode.
|
||||
|
||||
@@ -4,6 +4,6 @@ CTEST_OUTPUT_ON_FAILURE
|
||||
.. include:: ENV_VAR.txt
|
||||
|
||||
Boolean environment variable that controls if the output should be logged for
|
||||
failed tests. Set the value to 1, True, or ON to enable output on failure.
|
||||
failed tests. Set the value to ``1``, ``True``, or ``ON`` to enable output on failure.
|
||||
See :manual:`ctest(1)` for more information on controlling output of failed
|
||||
tests.
|
||||
|
||||
@@ -4,7 +4,7 @@ CTEST_PROGRESS_OUTPUT
|
||||
.. include:: ENV_VAR.txt
|
||||
|
||||
Boolean environment variable that affects how :manual:`ctest <ctest(1)>`
|
||||
command output reports overall progress. When set to 1, TRUE, ON or anything
|
||||
command output reports overall progress. When set to ``1``, ``TRUE``, ``ON`` or anything
|
||||
else that evaluates to boolean true, progress is reported by repeatedly
|
||||
updating the same line. This greatly reduces the overall verbosity, but is
|
||||
only supported when output is sent directly to a terminal. If the environment
|
||||
|
||||
@@ -3,5 +3,6 @@ DASHBOARD_TEST_FROM_CTEST
|
||||
|
||||
.. include:: ENV_VAR.txt
|
||||
|
||||
Environment variable that will exist when a test executed by CTest is run
|
||||
in non-interactive mode. The value will be equal to :variable:`CMAKE_VERSION`.
|
||||
Environment variable that will exist when a test executed by :manual:`ctest(1)`
|
||||
is run in non-interactive mode. The value will be equal to
|
||||
:variable:`CMAKE_VERSION`.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
Calls to :command:`find_package(<PackageName>)` will search in prefixes
|
||||
specified by the ``<PackageName>_ROOT`` environment variable, where
|
||||
``<PackageName>`` is the name given to the ``find_package`` call
|
||||
``<PackageName>`` is the name given to the :command:`find_package` call
|
||||
and ``_ROOT`` is literal. For example, ``find_package(Foo)`` will search
|
||||
prefixes specified in the ``Foo_ROOT`` environment variable (if set).
|
||||
See policy :policy:`CMP0074`.
|
||||
|
||||
Reference in New Issue
Block a user