Browse Source

Merge topic 'doc-export-compile-commands'

a28fb5980b Help:CMAKE_[CTEST,CPACK]_COMMAND]: correct copy-paste error
1ed074cf6d Help:CMAKE_EXPORT_COMPILE_COMMANDS: link to Ninja Generators

Acked-by: Kitware Robot <[email protected]>
Merge-request: !7610
Craig Scott 3 years ago
parent
commit
dc20dd3f44

+ 3 - 3
Help/variable/CMAKE_CPACK_COMMAND.rst

@@ -5,6 +5,6 @@ CMAKE_CPACK_COMMAND
 
 Full path to :manual:`cpack(1)` command installed with CMake.
 
-This is the full path to the CPack executable :manual:`cpack(1)` which is
-useful from custom commands that want to use the :option:`cmake -E <cmake_E -E>`
-option for portable system commands.
+This is the full path to the CPack executable :manual:`cpack(1)`
+that can be used for custom commands or tests to invoke
+CPack commands.

+ 3 - 3
Help/variable/CMAKE_CTEST_COMMAND.rst

@@ -3,6 +3,6 @@ CMAKE_CTEST_COMMAND
 
 Full path to :manual:`ctest(1)` command installed with CMake.
 
-This is the full path to the CTest executable :manual:`ctest(1)` which is
-useful from custom commands that want to use the :option:`cmake -E <cmake_E -E>`
-option for portable system commands.
+This is the full path to the CTest executable :manual:`ctest(1)`
+that can be used for custom commands or tests to invoke
+CTest commands.

+ 1 - 1
Help/variable/CMAKE_EXPORT_COMPILE_COMMANDS.rst

@@ -33,7 +33,7 @@ property for all targets.
 
 .. note::
   This option is implemented only by :ref:`Makefile Generators`
-  and the :generator:`Ninja`.  It is ignored on other generators.
+  and :ref:`Ninja Generators`.  It is ignored on other generators.
 
   This option currently does not work well in combination with
   the :prop_tgt:`UNITY_BUILD` target property or the