summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-07-09 18:23:28 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-07-09 18:23:28 (GMT)
commitb636728e390b62c5952d2d3063d071fe5746008a (patch)
treef8eca23c003a8305e3a4be78ffef8f9e11faf396 /Modules
parent098e8de461158154210a41cc80c46a6926c68303 (diff)
parent05a8630ee63361ad8665b56412a9602761ca2dc4 (diff)
downloadCMake-b636728e390b62c5952d2d3063d071fe5746008a.zip
CMake-b636728e390b62c5952d2d3063d071fe5746008a.tar.gz
CMake-b636728e390b62c5952d2d3063d071fe5746008a.tar.bz2
Merge topic 'CPack-honorCPACK_XXX-valuesInScriptFile'
05a8630 Do not provide defaul value for CPACK_PACKAGE_DIRECTORY if found in config.
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 e572119..6575957 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
#