summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-07-14 12:24:34 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2008-07-14 12:24:34 -0400
commit8453005c5b25b8f26bbd061ccaac61ef6641f3bf (patch)
treeb2e2368a35be83b149b9e219be1182b93c553a93
parentffe56bf71e9f57601543b0a2c59212221c9704e7 (diff)
downloadcmake-8453005c5b25b8f26bbd061ccaac61ef6641f3bf.tar.gz
ENH: add cmCPackComponentGroup to build
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog.manual3
-rw-r--r--Source/CMakeLists.txt1
3 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 72b60310a8..27fae0679a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -354,7 +354,7 @@ ENDMACRO (CMAKE_BUILD_UTILITIES)
SET(CMake_VERSION_MAJOR 2)
SET(CMake_VERSION_MINOR 6)
SET(CMake_VERSION_PATCH 1)
-SET(CMake_VERSION_RC 7)
+SET(CMake_VERSION_RC 8)
# CVS versions are odd, if this is an odd minor version
# then set the CMake_VERSION_DATE variable
IF("${CMake_VERSION_MINOR}" MATCHES "[13579]$")
diff --git a/ChangeLog.manual b/ChangeLog.manual
index 4ddedfaf97..e8284b5e32 100644
--- a/ChangeLog.manual
+++ b/ChangeLog.manual
@@ -1,3 +1,6 @@
+Changes in CMake 2.6.1 RC 8
+- Fix build problem with missing cpack file
+
Changes in CMake 2.6.1 RC 7
- More fixes for CPack components functionality
- Fixes for Xcode generater #7277 #7044, do not compile foo.txt.
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 086fb2c0d7..223ddd534f 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -347,6 +347,7 @@ TARGET_LINK_LIBRARIES(CTestLib CMakeLib ${CMAKE_CURL_LIBRARIES} ${CMAKE_XMLRPC_L
# Sources for CPack
#
SET(CPACK_SRCS
+ CPack/cmCPackComponentGroup.cxx
CPack/cmCPackGeneratorFactory.cxx
CPack/cmCPackGenerator.cxx
CPack/cmCPackLog.cxx