mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-09 01:01:12 +00:00
Help: Correct typos in CPack docs
This commit is contained in:
committed by
Craig Scott
parent
333a0507c0
commit
6a4743b2c3
@@ -29,7 +29,7 @@ packaging all source files of a project:
|
|||||||
set(CPACK_VERBATIM_VARIABLES YES)
|
set(CPACK_VERBATIM_VARIABLES YES)
|
||||||
include(CPack)
|
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
|
``package`` target), then the generated archive will contain all files
|
||||||
that have been installed via CMake's :command:`install` command (and the
|
that have been installed via CMake's :command:`install` command (and the
|
||||||
deprecated commands :command:`install_files`, :command:`install_programs`,
|
deprecated commands :command:`install_files`, :command:`install_programs`,
|
||||||
|
|||||||
@@ -330,5 +330,5 @@ Qt Installer Framework Manual:
|
|||||||
* Promoting Updates:
|
* Promoting Updates:
|
||||||
http://doc.qt.io/qtinstallerframework/ifw-updates.html
|
http://doc.qt.io/qtinstallerframework/ifw-updates.html
|
||||||
|
|
||||||
Download Qt Installer Framework for you platform from Qt site:
|
Download Qt Installer Framework for your platform from Qt site:
|
||||||
http://download.qt.io/official_releases/qt-installer-framework
|
http://download.qt.io/official_releases/qt-installer-framework
|
||||||
|
|||||||
Reference in New Issue
Block a user