CPack/WIX: Remove "candle" from tool-agnostic error message

This commit is contained in:
Brad King
2024-03-19 14:35:36 -04:00
parent ac25c645a7
commit d15c910a45

View File

@@ -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);