mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
STYLE: fix line length
This commit is contained in:
@@ -30,7 +30,8 @@ bool cmConfigureFileCommand::InitialPass(std::vector<std::string> const& args)
|
||||
this->OuputFile = args[1];
|
||||
if ( !this->Makefile->CanIWriteThisFile(this->OuputFile.c_str()) )
|
||||
{
|
||||
std::string e = "attempted to configure a file: " + this->OuputFile + " into a source directory.";
|
||||
std::string e = "attempted to configure a file: " + this->OuputFile
|
||||
+ " into a source directory.";
|
||||
this->SetError(e.c_str());
|
||||
cmSystemTools::SetFatalErrorOccured();
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user