mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 04:09:33 -05:00
Help: Cleanup typos and grammar for the 3.19 release
This commit is contained in:
@@ -161,8 +161,8 @@ macro.
|
||||
|
||||
.. note:: ``COMPATIBILITY_MODE`` ``AnyNewerVersion`` handles the version range
|
||||
if any is specified (see :command:`find_package` command for the details).
|
||||
All other modes are incompatible with version range and will display an
|
||||
author warning if a one is specified.
|
||||
All other modes are incompatible with version ranges and will display an
|
||||
author warning if one is specified.
|
||||
|
||||
If ``ARCH_INDEPENDENT`` is given, the installed package version will be
|
||||
considered compatible even if it was built for a different architecture than
|
||||
|
||||
@@ -19,7 +19,7 @@ Check that the ``<flag>`` is accepted by the compiler without a diagnostic.
|
||||
Stores the result in an internal cache entry named ``<var>``.
|
||||
|
||||
This command temporarily sets the ``CMAKE_REQUIRED_DEFINITIONS`` variable
|
||||
and calls the ``check_source_compiles(<LANG>`` function from the
|
||||
and calls the ``check_source_compiles(<LANG>)`` function from the
|
||||
:module:`CheckSourceCompiles` module. See documentation of that
|
||||
module for a listing of variables that can otherwise modify the build.
|
||||
|
||||
|
||||
@@ -19,15 +19,12 @@ Check that the link ``<flag>`` is accepted by the ``<lang>`` compiler without
|
||||
a diagnostic. Stores the result in an internal cache entry named ``<var>``.
|
||||
|
||||
This command temporarily sets the ``CMAKE_REQUIRED_LINK_OPTIONS`` variable
|
||||
and calls the ``check_<lang>_source_compiles`` macro from the
|
||||
``Check<lang>SourceCompiles`` module (:module:`CheckCSourceCompiles`,
|
||||
:module:`CheckCSourceCompiles`, :module:`CheckCXXSourceCompiles`,
|
||||
:module:`CheckOBJCSourceCompiles`, :module:`CheckOBJCXXSourceCompiles` or
|
||||
:module:`CheckFortranSourceCompiles`). See documentation of these
|
||||
modules for a listing of variables that can otherwise modify the build.
|
||||
and calls the :command:`check_source_compiles` command from the
|
||||
:module:`CheckSourceCompiles` module. See that module's documentation
|
||||
for a listing of variables that can otherwise modify the build.
|
||||
|
||||
The underlying implementation rely on :prop_tgt:`LINK_OPTIONS` property to
|
||||
check the specified flag. The ``LINKER:`` prefix, as described in
|
||||
The underlying implementation relies on the :prop_tgt:`LINK_OPTIONS` property
|
||||
to check the specified flag. The ``LINKER:`` prefix, as described in the
|
||||
:command:`target_link_options` command, can be used as well.
|
||||
|
||||
A positive result from this check indicates only that the compiler did not
|
||||
|
||||
Reference in New Issue
Block a user