mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 20:00:38 -06:00
CPack/WIX: Remove "candle" from tool-agnostic error message
This commit is contained in:
@@ -74,7 +74,7 @@ bool cmCPackWIXGenerator::RunWiXCommand(std::string const& command)
|
||||
|
||||
if (!status || returnValue) {
|
||||
cmCPackLogger(cmCPackLog::LOG_ERROR,
|
||||
"Problem running WiX candle. "
|
||||
"Problem running WiX. "
|
||||
"Please check '"
|
||||
<< logFileName << "' for errors." << std::endl);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user