diff options
author | Joachim Wuttke (h) <j.wuttke@fz-juelich.de> | 2020-02-16 21:19:18 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2020-02-16 21:20:53 (GMT) |
commit | 6a4743b2c3786bf32e33dbe10e3148aefcfb651e (patch) | |
tree | 13ee1cc62bda77f5fe8798e3c9a1926d8fe8463a /Help/cpack_gen/archive.rst | |
parent | 333a0507c0782583dd913adeb5f51eb09caaac7c (diff) | |
download | CMake-6a4743b2c3786bf32e33dbe10e3148aefcfb651e.zip CMake-6a4743b2c3786bf32e33dbe10e3148aefcfb651e.tar.gz CMake-6a4743b2c3786bf32e33dbe10e3148aefcfb651e.tar.bz2 |
Help: Correct typos in CPack docs
Diffstat (limited to 'Help/cpack_gen/archive.rst')
-rw-r--r-- | Help/cpack_gen/archive.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/cpack_gen/archive.rst b/Help/cpack_gen/archive.rst index 052f9cf..e9904ae 100644 --- a/Help/cpack_gen/archive.rst +++ b/Help/cpack_gen/archive.rst @@ -29,7 +29,7 @@ packaging all source files of a project: set(CPACK_VERBATIM_VARIABLES YES) include(CPack) -When this is generator is called from ``CPackConfig.cmake`` (or through the +When this generator is called from ``CPackConfig.cmake`` (or through the ``package`` target), then the generated archive will contain all files that have been installed via CMake's :command:`install` command (and the deprecated commands :command:`install_files`, :command:`install_programs`, |