瀏覽代碼

Help:CMAKE_[CTEST,CPACK]_COMMAND]: correct copy-paste error

Michael Hirsch 3 年之前
父節點
當前提交
a28fb5980b
共有 2 個文件被更改,包括 6 次插入6 次删除
  1. 3 3
      Help/variable/CMAKE_CPACK_COMMAND.rst
  2. 3 3
      Help/variable/CMAKE_CTEST_COMMAND.rst

+ 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.