diff options
author | Raffi Enficiaud <raffi.enficiaud@mines-paris.org> | 2015-05-08 21:36:26 (GMT) |
---|---|---|
committer | Domen Vrankar <domen.vrankar@gmail.com> | 2015-05-08 21:36:26 (GMT) |
commit | e3f522f6e44d459247fa3dbc3cde65867c148f76 (patch) | |
tree | ad7b57d23d9be429d657f6dfa3b72d08c60fbf9c /Tests/CPackComponentsDEB/RunCPackVerifyResult.cmake | |
parent | 6831f91a6c6d4f5d194c7a035c8de45f203f9cf8 (diff) | |
download | CMake-e3f522f6e44d459247fa3dbc3cde65867c148f76.zip CMake-e3f522f6e44d459247fa3dbc3cde65867c148f76.tar.gz CMake-e3f522f6e44d459247fa3dbc3cde65867c148f76.tar.bz2 |
CPack/DEB per component dependencies
Dependencies may now be set per component
Diffstat (limited to 'Tests/CPackComponentsDEB/RunCPackVerifyResult.cmake')
-rw-r--r-- | Tests/CPackComponentsDEB/RunCPackVerifyResult.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CPackComponentsDEB/RunCPackVerifyResult.cmake b/Tests/CPackComponentsDEB/RunCPackVerifyResult.cmake index bd4f12a..b96669e 100644 --- a/Tests/CPackComponentsDEB/RunCPackVerifyResult.cmake +++ b/Tests/CPackComponentsDEB/RunCPackVerifyResult.cmake @@ -58,6 +58,7 @@ function(run_cpack output_expected_file CPack_output_parent CPack_error_parent) message(FATAL_ERROR "error: CPack execution went wrong!, CPack_output=${CPack_output}, CPack_error=${CPack_error}") else () message(STATUS "CPack_output=${CPack_output}") + message(STATUS "CPack_error=${CPack_error}") endif() |