diff options
author | Brad King <brad.king@kitware.com> | 2018-09-11 12:30:09 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-09-11 12:30:15 (GMT) |
commit | 9a5b04a5f6cc3f6e8e35b9b2e6858406c4ecf4a1 (patch) | |
tree | a049d3e8da75cab000b11c2c63a578ff22e2b9b5 /Help/variable | |
parent | f13d4b10775cd4d6a604a7f1b013b5d064864a41 (diff) | |
parent | 5ff7149298971e87df5e28b1bc5f48785bce551a (diff) | |
download | CMake-9a5b04a5f6cc3f6e8e35b9b2e6858406c4ecf4a1.zip CMake-9a5b04a5f6cc3f6e8e35b9b2e6858406c4ecf4a1.tar.gz CMake-9a5b04a5f6cc3f6e8e35b9b2e6858406c4ecf4a1.tar.bz2 |
Merge topic 'cmake_cpack_command-doc'
5ff7149298 Help: Document existence of CMAKE_CPACK_COMMAND
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2367
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_CPACK_COMMAND.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_CPACK_COMMAND.rst b/Help/variable/CMAKE_CPACK_COMMAND.rst new file mode 100644 index 0000000..559108a --- /dev/null +++ b/Help/variable/CMAKE_CPACK_COMMAND.rst @@ -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. |