CMake/Help/variable/CMAKE_CPACK_COMMAND.rst
Kyle Edwards 5ff7149298 Help: Document existence of CMAKE_CPACK_COMMAND
This useful variable was previously undocumented. This commit adds
brief documentation for it.
2018-09-10 12:36:41 -04:00

9 lines
290 B
ReStructuredText

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.