Răsfoiți Sursa

Help: ``CMake`` → CMake

Alex Turbov 3 ani în urmă
părinte
comite
2ba351ca4f

+ 1 - 1
Help/variable/CMAKE_DEPENDS_USE_COMPILER.rst

@@ -6,4 +6,4 @@ CMAKE_DEPENDS_USE_COMPILER
 For the :ref:`Makefile Generators`, source dependencies are now, for a
 For the :ref:`Makefile Generators`, source dependencies are now, for a
 selection of compilers, generated by the compiler itself. By defining this
 selection of compilers, generated by the compiler itself. By defining this
 variable with value ``FALSE``, you can restore the legacy behavior (i.e. using
 variable with value ``FALSE``, you can restore the legacy behavior (i.e. using
-``CMake`` for dependencies discovery).
+CMake for dependencies discovery).

+ 2 - 2
Modules/FindPython.cmake

@@ -56,7 +56,7 @@ To manage concurrent versions 3 and 2 of Python, use :module:`FindPython3` and
 
 
   If components ``Interpreter`` and ``Development`` (or one of its
   If components ``Interpreter`` and ``Development`` (or one of its
   sub-components) are both specified, this module search only for interpreter
   sub-components) are both specified, this module search only for interpreter
-  with same platform architecture as the one defined by ``CMake``
+  with same platform architecture as the one defined by CMake
   configuration. This constraint does not apply if only ``Interpreter``
   configuration. This constraint does not apply if only ``Interpreter``
   component is specified.
   component is specified.
 
 
@@ -449,7 +449,7 @@ setting the following variables:
 
 
 By default, this module supports multiple calls in different directories of a
 By default, this module supports multiple calls in different directories of a
 project with different version/component requirements while providing correct
 project with different version/component requirements while providing correct
-and consistent results for each call. To support this behavior, ``CMake`` cache
+and consistent results for each call. To support this behavior, CMake cache
 is not used in the traditional way which can be problematic for interactive
 is not used in the traditional way which can be problematic for interactive
 specification. So, to enable also interactive specification, module behavior
 specification. So, to enable also interactive specification, module behavior
 can be controlled with the following variable:
 can be controlled with the following variable:

+ 2 - 2
Modules/FindPython2.cmake

@@ -57,7 +57,7 @@ for you.
 
 
   If components ``Interpreter`` and ``Development`` (or one of its
   If components ``Interpreter`` and ``Development`` (or one of its
   sub-components) are both specified, this module search only for interpreter
   sub-components) are both specified, this module search only for interpreter
-  with same platform architecture as the one defined by ``CMake``
+  with same platform architecture as the one defined by CMake
   configuration. This constraint does not apply if only ``Interpreter``
   configuration. This constraint does not apply if only ``Interpreter``
   component is specified.
   component is specified.
 
 
@@ -388,7 +388,7 @@ setting the following variables:
 
 
 By default, this module supports multiple calls in different directories of a
 By default, this module supports multiple calls in different directories of a
 project with different version/component requirements while providing correct
 project with different version/component requirements while providing correct
-and consistent results for each call. To support this behavior, ``CMake`` cache
+and consistent results for each call. To support this behavior, CMake cache
 is not used in the traditional way which can be problematic for interactive
 is not used in the traditional way which can be problematic for interactive
 specification. So, to enable also interactive specification, module behavior
 specification. So, to enable also interactive specification, module behavior
 can be controlled with the following variable:
 can be controlled with the following variable:

+ 2 - 2
Modules/FindPython3.cmake

@@ -57,7 +57,7 @@ for you.
 
 
   If components ``Interpreter`` and ``Development`` (or one of its
   If components ``Interpreter`` and ``Development`` (or one of its
   sub-components) are both specified, this module search only for interpreter
   sub-components) are both specified, this module search only for interpreter
-  with same platform architecture as the one defined by ``CMake``
+  with same platform architecture as the one defined by CMake
   configuration. This constraint does not apply if only ``Interpreter``
   configuration. This constraint does not apply if only ``Interpreter``
   component is specified.
   component is specified.
 
 
@@ -447,7 +447,7 @@ setting the following variables:
 
 
 By default, this module supports multiple calls in different directories of a
 By default, this module supports multiple calls in different directories of a
 project with different version/component requirements while providing correct
 project with different version/component requirements while providing correct
-and consistent results for each call. To support this behavior, ``CMake`` cache
+and consistent results for each call. To support this behavior, CMake cache
 is not used in the traditional way which can be problematic for interactive
 is not used in the traditional way which can be problematic for interactive
 specification. So, to enable also interactive specification, module behavior
 specification. So, to enable also interactive specification, module behavior
 can be controlled with the following variable:
 can be controlled with the following variable:

+ 1 - 1
Modules/UseJava.cmake

@@ -7,7 +7,7 @@ UseJava
 
 
 This file provides support for ``Java``.  It is assumed that
 This file provides support for ``Java``.  It is assumed that
 :module:`FindJava` has already been loaded.  See :module:`FindJava` for
 :module:`FindJava` has already been loaded.  See :module:`FindJava` for
-information on how to load Java into your ``CMake`` project.
+information on how to load Java into your CMake project.
 
 
 Synopsis
 Synopsis
 ^^^^^^^^
 ^^^^^^^^