summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-03-22 12:55:44 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-03-22 12:56:16 (GMT)
commit33bb2d9b1886a26e05dc89f0c57c42daaf1e5fb6 (patch)
tree0c6cb578c679f9fc905030d6b3ceac1534d3be53
parente13591c846bb08755f93c2afee76089fe524d6e6 (diff)
parent6892002fcb60f241b0ebe59dfc4c38203cb135d3 (diff)
downloadCMake-33bb2d9b1886a26e05dc89f0c57c42daaf1e5fb6.zip
CMake-33bb2d9b1886a26e05dc89f0c57c42daaf1e5fb6.tar.gz
CMake-33bb2d9b1886a26e05dc89f0c57c42daaf1e5fb6.tar.bz2
Merge topic 'tutorial-license-name'
6892002fcb Tutorial: Fix casing of reference to License.txt Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7100
-rw-r--r--Help/guide/tutorial/Packaging an Installer.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/guide/tutorial/Packaging an Installer.rst b/Help/guide/tutorial/Packaging an Installer.rst
index 55e74e0..0ee5db2 100644
--- a/Help/guide/tutorial/Packaging an Installer.rst
+++ b/Help/guide/tutorial/Packaging an Installer.rst
@@ -22,7 +22,7 @@ That is all there is to it. We start by including
libraries that are needed by the project for the current platform. Next we set
some CPack variables to where we have stored the license and version
information for this project. The version information was set earlier in this
-tutorial and the ``license.txt`` has been included in the top-level source
+tutorial and the ``License.txt`` has been included in the top-level source
directory for this step. The :variable:`CPACK_SOURCE_GENERATOR` variable
selects a file format for the source package.