diff options
author | Markus Ferrell <markus.ferrell@kitware.com> | 2022-07-18 13:32:05 (GMT) |
---|---|---|
committer | Markus Ferrell <markus.ferrell@kitware.com> | 2022-07-19 19:32:42 (GMT) |
commit | 6c77ccec5199894b535b367a311a1e2cfabb91fa (patch) | |
tree | c2221aeff7de109afc614623243fbdca59d98933 /Help/guide/tutorial/Packaging an Installer.rst | |
parent | 0beb0ec22fe3d9e08a308ab76183ed97d75c6bfb (diff) | |
download | CMake-6c77ccec5199894b535b367a311a1e2cfabb91fa.zip CMake-6c77ccec5199894b535b367a311a1e2cfabb91fa.tar.gz CMake-6c77ccec5199894b535b367a311a1e2cfabb91fa.tar.bz2 |
Tutorial: Move step 8 to step 5. Shift steps 5-7 to 6-8.
Diffstat (limited to 'Help/guide/tutorial/Packaging an Installer.rst')
-rw-r--r-- | Help/guide/tutorial/Packaging an Installer.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/guide/tutorial/Packaging an Installer.rst b/Help/guide/tutorial/Packaging an Installer.rst index 0ee5db2..5f0b27a 100644 --- a/Help/guide/tutorial/Packaging an Installer.rst +++ b/Help/guide/tutorial/Packaging an Installer.rst @@ -1,4 +1,4 @@ -Step 7: Packaging an Installer +Step 8: Packaging an Installer ============================== Next suppose that we want to distribute our project to other people so that @@ -11,7 +11,7 @@ installations and package management features. To accomplish this we will use CPack to create platform specific installers. Specifically we need to add a few lines to the bottom of our top-level ``CMakeLists.txt`` file. -.. literalinclude:: Step8/CMakeLists.txt +.. literalinclude:: Step9/CMakeLists.txt :caption: CMakeLists.txt :name: CMakeLists.txt-include-CPack :language: cmake |