summaryrefslogtreecommitdiff
path: root/Modules
diff options
context:
space:
mode:
authorEric NOULARD <eric.noulard@gmail.com>2012-07-04 23:08:32 +0200
committerEric NOULARD <eric.noulard@gmail.com>2012-07-04 23:08:32 +0200
commit05a8630ee63361ad8665b56412a9602761ca2dc4 (patch)
tree3f824403910f00d40558176479ed813f7df54a79 /Modules
parentc8bf86cf82041172187103b61ea78340971483fc (diff)
downloadcmake-05a8630ee63361ad8665b56412a9602761ca2dc4.tar.gz
Do not provide defaul value for CPACK_PACKAGE_DIRECTORY if found in config.
This fixes bug #0012906.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/CPack.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/Modules/CPack.cmake b/Modules/CPack.cmake
index e5721192ca..6575957311 100644
--- a/Modules/CPack.cmake
+++ b/Modules/CPack.cmake
@@ -63,6 +63,14 @@
##end
#
##variable
+# CPACK_PACKAGE_DIRECTORY - The directory in which CPack is doing its
+# packaging. If it is not set then this will default (internally) to the
+# build dir. This variable may be defined in CPack config file or from
+# the cpack command line option "-B". If set the command line option
+# override the value found in the config file.
+##end
+#
+##variable
# CPACK_PACKAGE_VERSION_MAJOR - Package major Version
##end
#