summaryrefslogtreecommitdiff
path: root/Templates
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-14 10:28:40 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-14 10:28:40 -0500
commit3bce601c41b8487a18417e32b75c0e22f0750bbc (patch)
tree8dc47a279806741f6fa4ab14a702614e364c4684 /Templates
parent2d29e48726235b71db6e38481dd537fb9eb75876 (diff)
downloadcmake-3bce601c41b8487a18417e32b75c0e22f0750bbc.tar.gz
ENH: Improved support for icons, random directories, etc...
Diffstat (limited to 'Templates')
-rw-r--r--Templates/CPackConfig.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/CPackConfig.cmake.in b/Templates/CPackConfig.cmake.in
index 0476ba0a1e..6bef2e28a0 100644
--- a/Templates/CPackConfig.cmake.in
+++ b/Templates/CPackConfig.cmake.in
@@ -17,7 +17,7 @@ SET(CPACK_PACKAGE_EXECUTABLE_LABEL "@CPACK_PACKAGE_EXECUTABLE_LABEL@")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "@CPACK_PACKAGE_DESCRIPTION_SUMMARY@")
SET(CPACK_PACKAGE_DESCRIPTION_FILE "@CPACK_PACKAGE_DESCRIPTION_FILE@")
-SET(CPACK_SOURCE_DIR "@CPACK_SOURCE_DIR@")
+# It is a CMake project, so we need a binary directory
SET(CPACK_BINARY_DIR "@CPACK_BINARY_DIR@")
SET(CPACK_PACKAGE_ICON "@CPACK_PACKAGE_ICON@")