diff options
author | Michael Hirsch <scivision@users.noreply.gitlab.kitware.com> | 2022-08-25 01:32:15 (GMT) |
---|---|---|
committer | Michael Hirsch <scivision@users.noreply.gitlab.kitware.com> | 2022-08-25 01:32:15 (GMT) |
commit | a28fb5980b19d9ca85b7c5962efbadd37b2068d7 (patch) | |
tree | 0c6c2426f10a1a434788d336262efd700504c8e3 /Help/variable | |
parent | 1ed074cf6d6278f971805efcd88ce9cdc1275761 (diff) | |
download | CMake-a28fb5980b19d9ca85b7c5962efbadd37b2068d7.zip CMake-a28fb5980b19d9ca85b7c5962efbadd37b2068d7.tar.gz CMake-a28fb5980b19d9ca85b7c5962efbadd37b2068d7.tar.bz2 |
Help:CMAKE_[CTEST,CPACK]_COMMAND]: correct copy-paste error
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_CPACK_COMMAND.rst | 6 | ||||
-rw-r--r-- | Help/variable/CMAKE_CTEST_COMMAND.rst | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Help/variable/CMAKE_CPACK_COMMAND.rst b/Help/variable/CMAKE_CPACK_COMMAND.rst index 94f1891..f851a18 100644 --- a/Help/variable/CMAKE_CPACK_COMMAND.rst +++ b/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. diff --git a/Help/variable/CMAKE_CTEST_COMMAND.rst b/Help/variable/CMAKE_CTEST_COMMAND.rst index 7287998..a3b751f 100644 --- a/Help/variable/CMAKE_CTEST_COMMAND.rst +++ b/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. |