summaryrefslogtreecommitdiff
path: root/Tests/CPackComponentsForAll
diff options
context:
space:
mode:
authorEric NOULARD <eric.noulard@gmail.com>2011-03-03 21:19:13 +0100
committerEric NOULARD <eric.noulard@gmail.com>2011-03-03 21:19:13 +0100
commitfe530ff5e90f8eada47b4480375b9898f018eefc (patch)
treec54a0d1439dd37583f10d922b7641d55e6ddfc65 /Tests/CPackComponentsForAll
parentcbb5ae60be15738a4d6db4607466346153c3dbba (diff)
downloadcmake-fe530ff5e90f8eada47b4480375b9898f018eefc.tar.gz
CPackArchive package all components specified in CPACK_COMPONENTS_ALL
When asking for group packaging the components not belonging to any group should be packaged separately.
Diffstat (limited to 'Tests/CPackComponentsForAll')
-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 45a3b17032..e797b7cd62 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)