diff options
author | Eric NOULARD <eric.noulard@gmail.com> | 2011-03-03 20:19:13 (GMT) |
---|---|---|
committer | Eric NOULARD <eric.noulard@gmail.com> | 2011-03-03 20:19:13 (GMT) |
commit | fe530ff5e90f8eada47b4480375b9898f018eefc (patch) | |
tree | c54a0d1439dd37583f10d922b7641d55e6ddfc65 /Tests/CPackComponentsForAll | |
parent | cbb5ae60be15738a4d6db4607466346153c3dbba (diff) | |
download | CMake-fe530ff5e90f8eada47b4480375b9898f018eefc.zip CMake-fe530ff5e90f8eada47b4480375b9898f018eefc.tar.gz CMake-fe530ff5e90f8eada47b4480375b9898f018eefc.tar.bz2 |
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.cmake | 2 |
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) |