summaryrefslogtreecommitdiffstats
path: root/Tests/CPackComponentsForAll
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-05-16 14:11:32 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-05-16 14:11:32 (GMT)
commitbc7598fde0e6d9322667f14be8d062b8ba68e666 (patch)
tree07a5acb6177a522c65d8b99cced9e0a0980f53d9 /Tests/CPackComponentsForAll
parent2b25174da6d99143eae7c47329d9d0bc7a3ede5d (diff)
parent44ee2d717a0f0552d4d1d5978c473d60625a0b3c (diff)
downloadCMake-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.cmake2
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)