mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
CPackDeb: output the error message when no description can be made
The `message` command does not support automatic dereferencing.
This commit is contained in:
@@ -557,7 +557,7 @@ function(cpack_deb_prepare_package_vars)
|
||||
string(APPEND _description_failure_message
|
||||
" or CPACK_DEBIAN_${_local_component_name}_DESCRIPTION")
|
||||
endif()
|
||||
message(FATAL_ERROR _description_failure_message)
|
||||
message(FATAL_ERROR "${_description_failure_message}")
|
||||
endif()
|
||||
|
||||
# Ok, description has set. According to the `Debian Policy Manual`_ the first
|
||||
|
||||
Reference in New Issue
Block a user