diff options
author | Brad King <brad.king@kitware.com> | 2016-09-20 12:40:52 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-09-20 12:40:52 (GMT) |
commit | 9dc5bd961146332644880e2b949854e13dbd0b8c (patch) | |
tree | 092bbd1d8d1c7c4f0f8caf28bb2f9704ecb2afab /Help | |
parent | 8d83c9d100b8952ec0793e4cb0e30d5b3ec8f164 (diff) | |
parent | 1c63aa4d43f101a0d58b5b88d3119c72cadf5517 (diff) | |
download | CMake-9dc5bd961146332644880e2b949854e13dbd0b8c.zip CMake-9dc5bd961146332644880e2b949854e13dbd0b8c.tar.gz CMake-9dc5bd961146332644880e2b949854e13dbd0b8c.tar.bz2 |
Merge topic 'cpack.hash_computing'
1c63aa4d CPack: Add option to generate a checksum file next to each package file
4682b42b Tests: Add subtest support to RunCMake/CPack infrastructure
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/cpack.hash_computing.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/cpack.hash_computing.rst b/Help/release/dev/cpack.hash_computing.rst new file mode 100644 index 0000000..9780bb2 --- /dev/null +++ b/Help/release/dev/cpack.hash_computing.rst @@ -0,0 +1,5 @@ +cpack.hash_computing +-------------------- + +* CPack gained a new :variable:`CPACK_PACKAGE_CHECKSUM` variable to + enable generation of a checksum file for each package file. |