summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2008-06-18 13:53:29 (GMT)
committerDavid Cole <david.cole@kitware.com>2008-06-18 13:53:29 (GMT)
commit79e255a7d336285fa2785976352308bcfd068b44 (patch)
tree66f567a6d7e8daebbe175a7b64de919d28d92b12 /Source/CMakeLists.txt
parentedaa6d3a97b06bf42e772d45e2e34535302a5f89 (diff)
downloadCMake-79e255a7d336285fa2785976352308bcfd068b44.zip
CMake-79e255a7d336285fa2785976352308bcfd068b44.tar.gz
CMake-79e255a7d336285fa2785976352308bcfd068b44.tar.bz2
ENH: Apply patch for feature request #7170. Thanks to Tim Shead for contributing...
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r--Source/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 89e5d46..086fb2c 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -374,6 +374,7 @@ ENDIF(UNIX)
IF(APPLE)
SET(CPACK_SRCS ${CPACK_SRCS}
+ CPack/cmCPackBundleGenerator.cxx
CPack/cmCPackOSXX11Generator.cxx
CPack/cmCPackPackageMakerGenerator.cxx
)