mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-16 11:40:25 -06:00
variable_watch: Fix a typo in the error message
There was no space between "callback" and the quoted command name.
This commit is contained in:
@@ -106,7 +106,7 @@ void cmVariableWatchCommand::VariableAccessed(const std::string& variable,
|
||||
cmOStringStream error;
|
||||
error << "Error in cmake code at\n"
|
||||
<< arg.FilePath << ":" << arg.Line << ":\n"
|
||||
<< "A command failed during the invocation of callback\""
|
||||
<< "A command failed during the invocation of callback \""
|
||||
<< command << "\".";
|
||||
cmSystemTools::Error(error.str().c_str());
|
||||
this->InCallback = false;
|
||||
|
||||
Reference in New Issue
Block a user