mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Help,Comments: Fix occurrences of doubled words
This commit is contained in:
@@ -469,7 +469,7 @@ a remote server.
|
||||
The ``DOWNLOADED`` option in the :command:`cpack_add_component` command
|
||||
specifies that a component is to be downloaded. Alternatively, the ``ALL``
|
||||
option in the :command:`cpack_configure_downloads` command specifies that
|
||||
``all`` components are to be be downloaded.
|
||||
``all`` components are to be downloaded.
|
||||
|
||||
The :command:`cpack_ifw_add_repository` command and the
|
||||
:variable:`CPACK_IFW_DOWNLOAD_ALL` variable allow for more specific
|
||||
|
||||
@@ -430,7 +430,7 @@ We should be able to see our library created alongside the Tutorial executable.
|
||||
Solution
|
||||
--------
|
||||
|
||||
We start by adding the library target in the same manner as the the Tutorial
|
||||
We start by adding the library target in the same manner as the Tutorial
|
||||
executable.
|
||||
|
||||
.. raw:: html
|
||||
|
||||
@@ -113,7 +113,7 @@ Variables
|
||||
:prop_tgt:`CUDA_RESOLVE_DEVICE_SYMBOLS` target property.
|
||||
|
||||
* The :variable:`CMAKE_ECLIPSE_RESOURCE_ENCODING` variable was added to
|
||||
specify the resource encoding for the the :generator:`Eclipse CDT4` extra
|
||||
specify the resource encoding for the :generator:`Eclipse CDT4` extra
|
||||
generator.
|
||||
|
||||
* The :variable:`CMAKE_UNITY_BUILD` variable was added to initialize the
|
||||
|
||||
@@ -57,7 +57,7 @@ Hints
|
||||
This module accepts the following variables:
|
||||
|
||||
``CURSES_NEED_NCURSES``
|
||||
Set this variable to ``TRUE`` before calling ``find_package(Curses)`` if the
|
||||
Set this variable to ``TRUE`` before calling ``find_package(Curses)`` if
|
||||
the ncurses implementation functionality is specifically required.
|
||||
|
||||
``CURSES_NEED_WIDE``
|
||||
|
||||
@@ -55,7 +55,7 @@ Supported components are:
|
||||
Finds the DVIPDF converter.
|
||||
|
||||
``PS2PDF``
|
||||
Finds the the PS2PDF converter.
|
||||
Finds the PS2PDF converter.
|
||||
|
||||
``PDFTOPS``
|
||||
Finds the PDF-to-PostScript converter.
|
||||
|
||||
@@ -96,7 +96,7 @@ provided:
|
||||
``OpenGL::GLX``
|
||||
.. versionadded:: 3.10
|
||||
|
||||
Target encapsulating the usage requirements of the OpenGL Extension to the
|
||||
Target encapsulating the usage requirements of the OpenGL Extension to
|
||||
the X Window System (GLX), available if OpenGL and GLX are found.
|
||||
|
||||
``OpenGL::EGL``
|
||||
|
||||
@@ -45,7 +45,7 @@ This module provides the following :ref:`Imported Targets`:
|
||||
``TIFF::CXX``
|
||||
.. versionadded:: 3.19
|
||||
|
||||
Target encapsulating the usage requirements for the the C++ wrapper library
|
||||
Target encapsulating the usage requirements for the C++ wrapper library
|
||||
``libtiffxx``, available only if TIFF is found. This target provides CXX
|
||||
usage requirements only if the compiler is not MSVC. It also has the
|
||||
``TIFF::TIFF`` target linked in to simplify its usage.
|
||||
|
||||
@@ -2612,7 +2612,7 @@ bool cmCTestTestHandler::WriteJUnitXML()
|
||||
// be ok to put it here as a cmake-list.
|
||||
xml.Attribute("value", cmList::to_string(result.Properties->Labels));
|
||||
// if we export more properties, this should be done the same way,
|
||||
// i.e. prefix the property name with "cmake_", and it it can be
|
||||
// i.e. prefix the property name with "cmake_", and it can be
|
||||
// a list, write it cmake-formatted.
|
||||
xml.EndElement(); // </property>
|
||||
}
|
||||
|
||||
+1
-1
@@ -198,7 +198,7 @@ private:
|
||||
|
||||
// Mapping of rule IDs to rule indices in the log.
|
||||
// In SARIF, rule metadata is typically only included if the rule is
|
||||
// referenced. The indices are unique to one log output and and vary
|
||||
// referenced. The indices are unique to one log output and vary
|
||||
// depending on when the rule was first encountered.
|
||||
mutable std::unordered_map<std::string, std::size_t> RuleToIndex;
|
||||
|
||||
|
||||
@@ -151,7 +151,7 @@ cmVisualStudioGeneratorOptions::GetCharSet() const
|
||||
|
||||
void cmVisualStudioGeneratorOptions::FixCudaCodeGeneration()
|
||||
{
|
||||
// Create an empty CodeGeneration field, and pass the the actual
|
||||
// Create an empty CodeGeneration field, and pass the actual
|
||||
// compile flags via additional options so that we have consistent
|
||||
// behavior and avoid issues with MSBuild extensions injecting
|
||||
// virtual code when we request real only.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* Produce an error if if the object compiled from this source is used. */
|
||||
/* Produce an error if the object compiled from this source is used. */
|
||||
extern int testStaticLibWithPlugin_linked_before_testStaticLibPlugin(void);
|
||||
int testStaticLibPlugin(void)
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* Produce an error if if the object compiled from this source is used. */
|
||||
/* Produce an error if the object compiled from this source is used. */
|
||||
extern int testStaticLibWithPlugin_linked_before_testStaticLibPluginExtra(
|
||||
void);
|
||||
int testStaticLibPluginExtra(void)
|
||||
|
||||
@@ -10,7 +10,7 @@ set(framework_release_path "${framework_dir}/Versions/A/${target_file_name}")
|
||||
|
||||
# When using a multi config generator (like Ninja Multi-Config and Xcode),
|
||||
# the postfix will be applied to the debug framework library name and the symlink name.
|
||||
# For single config generators, the name stays the same as the the release framework.
|
||||
# For single config generators, the name stays the same as the release framework.
|
||||
if(is_multi_config)
|
||||
set(symlink_debug_path "${framework_dir}/${target_file_name}_debug")
|
||||
set(framework_debug_path "${framework_dir}/Versions/A/${target_file_name}_debug")
|
||||
|
||||
Reference in New Issue
Block a user