diff options
author | Brad King <brad.king@kitware.com> | 2011-03-08 19:22:24 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2011-03-08 19:22:24 (GMT) |
commit | 9c1344f33bde890f7cec13962f477a914ae716c5 (patch) | |
tree | 9e87277cf2d4fe86e8b7f5aa90d1b03a0c7c7eda /Tests | |
parent | 27b41deaed762621a0dcff31c5cce5cc7c5624c8 (diff) | |
parent | fe530ff5e90f8eada47b4480375b9898f018eefc (diff) | |
download | CMake-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.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) |