Fix typos.

This commit is contained in:
Felix Geyer 2016-07-10 11:05:56 +02:00
parent 03a50961f3
commit 566086187f
5 changed files with 5 additions and 5 deletions

View File

@ -860,7 +860,7 @@ with :prop_tgt:`IMPORTED` targets.
Alias Targets Alias Targets
------------- -------------
An ``ALIAS`` target is a name which may be used interchangably with An ``ALIAS`` target is a name which may be used interchangeably with
a binary target name in read-only contexts. A primary use-case for ``ALIAS`` a binary target name in read-only contexts. A primary use-case for ``ALIAS``
targets is for example or unit test executables accompanying a library, which targets is for example or unit test executables accompanying a library, which
may be part of the same buildsystem or built separately based on user may be part of the same buildsystem or built separately based on user

View File

@ -299,7 +299,7 @@
# implementation (alternative to: # implementation (alternative to:
# CUDA_ADD_CUFFT_TO_TARGET macro) # CUDA_ADD_CUFFT_TO_TARGET macro)
# CUDA_CUBLAS_LIBRARIES -- Device or emulation library for the Cuda BLAS # CUDA_CUBLAS_LIBRARIES -- Device or emulation library for the Cuda BLAS
# implementation (alterative to: # implementation (alternative to:
# CUDA_ADD_CUBLAS_TO_TARGET macro). # CUDA_ADD_CUBLAS_TO_TARGET macro).
# CUDA_cudart_static_LIBRARY -- Statically linkable cuda runtime library. # CUDA_cudart_static_LIBRARY -- Statically linkable cuda runtime library.
# Only available for CUDA version 5.5+ # Only available for CUDA version 5.5+

View File

@ -81,7 +81,7 @@
# ``OTHER_NAME_EXPORT``, ``OTHER_NAME_NO_EXPORT`` and ``OTHER_NAME_DEPRECATED`` # ``OTHER_NAME_EXPORT``, ``OTHER_NAME_NO_EXPORT`` and ``OTHER_NAME_DEPRECATED``
# etc. # etc.
# #
# The ``BASE_NAME`` may be overridden by specifiying other options in the # The ``BASE_NAME`` may be overridden by specifying other options in the
# function. For example: # function. For example:
# #
# .. code-block:: cmake # .. code-block:: cmake

View File

@ -1455,7 +1455,7 @@ void cmLocalGenerator::OutputLinkLibraries(std::string& linkLibraries,
w << cmPolicies::GetPolicyWarning(cmPolicies::CMP0065) << "\n" w << cmPolicies::GetPolicyWarning(cmPolicies::CMP0065) << "\n"
"For compatibility with older versions of CMake, " "For compatibility with older versions of CMake, "
"additional flags may be added to export symbols on all " "additional flags may be added to export symbols on all "
"executables regardless of thier ENABLE_EXPORTS property."; "executables regardless of their ENABLE_EXPORTS property.";
/* clang-format on */ /* clang-format on */
this->IssueMessage(cmake::AUTHOR_WARNING, w.str()); this->IssueMessage(cmake::AUTHOR_WARNING, w.str());
} }

View File

@ -5,6 +5,6 @@ CMake Warning \(dev\) in CMakeLists.txt:
set the policy and suppress this warning. set the policy and suppress this warning.
For compatibility with older versions of CMake, additional flags may be For compatibility with older versions of CMake, additional flags may be
added to export symbols on all executables regardless of thier added to export symbols on all executables regardless of their
ENABLE_EXPORTS property. ENABLE_EXPORTS property.
This warning is for project developers. Use -Wno-dev to suppress it. This warning is for project developers. Use -Wno-dev to suppress it.