diff options
author | Brad King <brad.king@kitware.com> | 2016-05-16 14:11:32 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-05-16 14:11:32 (GMT) |
commit | bc7598fde0e6d9322667f14be8d062b8ba68e666 (patch) | |
tree | 07a5acb6177a522c65d8b99cced9e0a0980f53d9 /Tests/CPackComponentsForAll | |
parent | 2b25174da6d99143eae7c47329d9d0bc7a3ede5d (diff) | |
parent | 44ee2d717a0f0552d4d1d5978c473d60625a0b3c (diff) | |
download | CMake-bc7598fde0e6d9322667f14be8d062b8ba68e666.zip CMake-bc7598fde0e6d9322667f14be8d062b8ba68e666.tar.gz CMake-bc7598fde0e6d9322667f14be8d062b8ba68e666.tar.bz2 |
Merge topic 'cpack-rpm-different-package-names'
44ee2d71 CPack/RPM different package names
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 5c1d67a..fc90d09 100644 --- a/Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake +++ b/Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake @@ -118,7 +118,7 @@ if(expected_file_mask) message(STATUS "expected_file_mask='${expected_file_mask}'") if(NOT expected_file) - message(FATAL_ERROR "error: expected_file=${expected_file} does not exist: CPackComponentsForAll test fails. (CPack_output=${CPack_output}, CPack_error=${CPack_error}") + message(FATAL_ERROR "error: expected_file does not exist: CPackComponentsForAll test fails. (CPack_output=${CPack_output}, CPack_error=${CPack_error}") endif() list(LENGTH expected_file actual_count) |