diff options
| author | Brad King <brad.king@kitware.com> | 2021-12-01 14:47:24 (GMT) |
|---|---|---|
| committer | Kitware Robot <kwrobot@kitware.com> | 2021-12-01 14:47:57 (GMT) |
| commit | 29c80aec94b3607f3aae82170f0b3d0804de2aea (patch) | |
| tree | f7a5f7d8be2ac4cfd88f49e5837c4d700b8fa750 /Help/guide/tutorial/Step9 | |
| parent | e73de3b9cc126612ef7b9203a07438262120bbfd (diff) | |
| parent | 39c410624af2257a57f94578ee7abb08f330a8ad (diff) | |
| download | CMake-29c80aec94b3607f3aae82170f0b3d0804de2aea.zip CMake-29c80aec94b3607f3aae82170f0b3d0804de2aea.tar.gz CMake-29c80aec94b3607f3aae82170f0b3d0804de2aea.tar.bz2 | |
Merge topic 'tutorial-cpack-source-archive'
39c410624a Tutorial: in step 7, disambiguate installed/source archive
44c527bc63 Tutorial: Package only one source archive
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !6765
Diffstat (limited to 'Help/guide/tutorial/Step9')
| -rw-r--r-- | Help/guide/tutorial/Step9/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/guide/tutorial/Step9/CMakeLists.txt b/Help/guide/tutorial/Step9/CMakeLists.txt index 130bc9a..6bae26e 100644 --- a/Help/guide/tutorial/Step9/CMakeLists.txt +++ b/Help/guide/tutorial/Step9/CMakeLists.txt @@ -69,4 +69,5 @@ include(InstallRequiredSystemLibraries) set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/License.txt") set(CPACK_PACKAGE_VERSION_MAJOR "${Tutorial_VERSION_MAJOR}") set(CPACK_PACKAGE_VERSION_MINOR "${Tutorial_VERSION_MINOR}") +set(CPACK_SOURCE_GENERATOR "TGZ") include(CPack) |
