summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-03-08 19:22:24 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2011-03-08 19:22:24 (GMT)
commit9c1344f33bde890f7cec13962f477a914ae716c5 (patch)
tree9e87277cf2d4fe86e8b7f5aa90d1b03a0c7c7eda /Tests
parent27b41deaed762621a0dcff31c5cce5cc7c5624c8 (diff)
parentfe530ff5e90f8eada47b4480375b9898f018eefc (diff)
downloadCMake-9c1344f33bde890f7cec13962f477a914ae716c5.zip
CMake-9c1344f33bde890f7cec13962f477a914ae716c5.tar.gz
CMake-9c1344f33bde890f7cec13962f477a914ae716c5.tar.bz2
Merge topic 'CPackArchive-PackageOrphanComponents'
fe530ff CPackArchive package all components specified in CPACK_COMPONENTS_ALL
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake b/Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake
index 45a3b17..e797b7c 100644
--- a/Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake
+++ b/Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake
@@ -39,7 +39,7 @@ if(CPackGen MATCHES "ZIP")
set(expected_count 1)
endif(${CPackComponentWay} STREQUAL "default")
if (${CPackComponentWay} STREQUAL "OnePackPerGroup")
- set(expected_count 2)
+ set(expected_count 3)
endif (${CPackComponentWay} STREQUAL "OnePackPerGroup")
if (${CPackComponentWay} STREQUAL "IgnoreGroup")
set(expected_count 4)