summaryrefslogtreecommitdiffstats
path: root/Tests/Tutorial/Step7
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2008-04-17 21:23:21 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2008-04-17 21:23:21 (GMT)
commite20f1dd26c8c227247479b10f1e9ae61b33a71a1 (patch)
tree5cfd87937c997f4be79082d687725617538ce010 /Tests/Tutorial/Step7
parent968706b29eaa4349e9cce509a831957fd0524573 (diff)
downloadCMake-e20f1dd26c8c227247479b10f1e9ae61b33a71a1.zip
CMake-e20f1dd26c8c227247479b10f1e9ae61b33a71a1.tar.gz
CMake-e20f1dd26c8c227247479b10f1e9ae61b33a71a1.tar.bz2
ENH: use a common CPACK_BINARY_ prefix for the binary package generators
Alex
Diffstat (limited to 'Tests/Tutorial/Step7')
-rw-r--r--Tests/Tutorial/Step7/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/Tutorial/Step7/CMakeLists.txt b/Tests/Tutorial/Step7/CMakeLists.txt
index 826599b..42f73f2 100644
--- a/Tests/Tutorial/Step7/CMakeLists.txt
+++ b/Tests/Tutorial/Step7/CMakeLists.txt
@@ -75,6 +75,7 @@ include (InstallRequiredSystemLibraries)
set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/License.txt")
set (CPACK_PACKAGE_VERSION_MAJOR "${Tutorial_VERSION_MAJOR}")
set (CPACK_PACKAGE_VERSION_MINOR "${Tutorial_VERSION_MINOR}")
+set (CPACK_PACKAGE_CONTACT "foo@bar.org")
include (CPack)
# enable dashboard scripting