summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-08-15 17:08:19 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-08-15 17:08:26 (GMT)
commit8fb9a5770af381a1f12bc5aa6ab1e99d136b5b01 (patch)
tree63f2441b54934fee9029e73e6879aaf99011aadd /Modules
parent4ca8c08f36d86ad9f04a1e3c68695691f5ea3499 (diff)
parent45623e7255b62c4cd17c01a687130f05deeaac1d (diff)
downloadCMake-8fb9a5770af381a1f12bc5aa6ab1e99d136b5b01.zip
CMake-8fb9a5770af381a1f12bc5aa6ab1e99d136b5b01.tar.gz
CMake-8fb9a5770af381a1f12bc5aa6ab1e99d136b5b01.tar.bz2
Merge topic 'cpackifw-package-file-extension'
45623e72 CPackIFW: Add CPACK_IFW_PACKAGE_FILE_EXTENSION variable Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Craig Scott <craig.scott@crascit.com> Merge-request: !1117
Diffstat (limited to 'Modules')
-rw-r--r--Modules/CPackIFW.cmake13
1 files changed, 13 insertions, 0 deletions
diff --git a/Modules/CPackIFW.cmake b/Modules/CPackIFW.cmake
index c1cb52f..0210410 100644
--- a/Modules/CPackIFW.cmake
+++ b/Modules/CPackIFW.cmake
@@ -221,6 +221,19 @@
# You can use :command:`cpack_ifw_add_package_resources` command to resolve
# relative paths.
#
+# .. variable:: CPACK_IFW_PACKAGE_FILE_EXTENSION
+#
+# The target binary extension.
+#
+# On Linux, the name of the target binary is automatically extended with
+# '.run', if you do not specify the extension.
+#
+# On Windows, the target is created as an application with the extension
+# '.exe', which is automatically added, if not supplied.
+#
+# On Mac, the target is created as an DMG disk image with the extension
+# '.dmg', which is automatically added, if not supplied.
+#
# .. variable:: CPACK_IFW_REPOSITORIES_ALL
#
# The list of remote repositories.