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

This commit is contained in:
Michael Hirsch
2022-08-24 21:32:15 -04:00
parent 1ed074cf6d
commit a28fb5980b
2 changed files with 6 additions and 6 deletions

View File

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

View File

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