summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-01-08 14:58:45 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-01-08 14:58:45 (GMT)
commit1857660984e4981ab00070d75e734b7f49d6d9fa (patch)
tree692e170917957578a004a231302a5d465bfd754b /Modules
parent9551b85a907c10867c466b3cd4d26904acea48f0 (diff)
parent92c4d4039e6f3c981e8b42d98240e53b8c33bdaf (diff)
downloadCMake-1857660984e4981ab00070d75e734b7f49d6d9fa.zip
CMake-1857660984e4981ab00070d75e734b7f49d6d9fa.tar.gz
CMake-1857660984e4981ab00070d75e734b7f49d6d9fa.tar.bz2
Merge topic 'wix-cmake-package-registry'
92c4d40 CPackWiX: added new CPACK_WIX_CMAKE_PACKAGE_REGISTRY variable
Diffstat (limited to 'Modules')
-rw-r--r--Modules/CPackWIX.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/Modules/CPackWIX.cmake b/Modules/CPackWIX.cmake
index 30f57c7..39183c6 100644
--- a/Modules/CPackWIX.cmake
+++ b/Modules/CPackWIX.cmake
@@ -205,6 +205,17 @@
#
# ``<TOOL>`` can be either LIGHT or CANDLE.
#
+# .. variable:: CPACK_WIX_CMAKE_PACKAGE_REGISTRY
+#
+# 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.
+#
+# Assuming you also install a CMake configuration file this will
+# allow other CMake projects to find your package with
+# the :command:`find_package` command.
+#
#=============================================================================
# Copyright 2013 Kitware, Inc.