diff options
author | Eric NOULARD <eric.noulard@gmail.com> | 2012-07-04 21:08:32 (GMT) |
---|---|---|
committer | Eric NOULARD <eric.noulard@gmail.com> | 2012-07-04 21:08:32 (GMT) |
commit | 05a8630ee63361ad8665b56412a9602761ca2dc4 (patch) | |
tree | 3f824403910f00d40558176479ed813f7df54a79 /Modules/CPack.cmake | |
parent | c8bf86cf82041172187103b61ea78340971483fc (diff) | |
download | CMake-05a8630ee63361ad8665b56412a9602761ca2dc4.zip CMake-05a8630ee63361ad8665b56412a9602761ca2dc4.tar.gz CMake-05a8630ee63361ad8665b56412a9602761ca2dc4.tar.bz2 |
Do not provide defaul value for CPACK_PACKAGE_DIRECTORY if found in config.
This fixes bug #0012906.
Diffstat (limited to 'Modules/CPack.cmake')
-rw-r--r-- | Modules/CPack.cmake | 8 |
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 # |