Help: Document existence of CMAKE_CPACK_COMMAND

This useful variable was previously undocumented. This commit adds
brief documentation for it.
This commit is contained in:
Kyle Edwards
2018-09-10 12:36:41 -04:00
parent 11de1492d3
commit 5ff7149298
2 changed files with 9 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ Variables that Provide Information
/variable/CMAKE_CACHE_PATCH_VERSION
/variable/CMAKE_CFG_INTDIR
/variable/CMAKE_COMMAND
/variable/CMAKE_CPACK_COMMAND
/variable/CMAKE_CROSSCOMPILING
/variable/CMAKE_CROSSCOMPILING_EMULATOR
/variable/CMAKE_CTEST_COMMAND

View File

@@ -0,0 +1,8 @@
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 :manual:`cmake(1)` ``-E``
option for portable system commands.