diff options
author | Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com> | 2018-08-11 00:13:53 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2018-08-14 10:54:56 (GMT) |
commit | 30d08bdce92960caa3fc68a3de95fffdf569e97b (patch) | |
tree | 64dae4ded21f9a60a29c8070ead620f35136d3e2 /Help/cpack_gen | |
parent | eba2b13a835000a614f21a1205a598462a4f8843 (diff) | |
download | CMake-30d08bdce92960caa3fc68a3de95fffdf569e97b.zip CMake-30d08bdce92960caa3fc68a3de95fffdf569e97b.tar.gz CMake-30d08bdce92960caa3fc68a3de95fffdf569e97b.tar.bz2 |
doc: Consistently use <PackageName> for describing the name of a package
Diffstat (limited to 'Help/cpack_gen')
-rw-r--r-- | Help/cpack_gen/wix.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/cpack_gen/wix.rst b/Help/cpack_gen/wix.rst index 3822fa0..fc8a098 100644 --- a/Help/cpack_gen/wix.rst +++ b/Help/cpack_gen/wix.rst @@ -214,8 +214,8 @@ Windows using WiX. If this variable is set the generated installer will create an entry in the windows registry key - ``HKEY_LOCAL_MACHINE\Software\Kitware\CMake\Packages\<package>`` - The value for ``<package>`` is provided by this variable. + ``HKEY_LOCAL_MACHINE\Software\Kitware\CMake\Packages\<PackageName>`` + The value for ``<PackageName>`` is provided by this variable. Assuming you also install a CMake configuration file this will allow other CMake projects to find your package with |