diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-11 14:40:28 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-11 14:40:28 (GMT) |
commit | b8483cf10905814078693a58f0c3c7e56af7006f (patch) | |
tree | 75b247d243dc78c5f377c802f8d1a64eab0e9c07 /Source/cmAddSubDirectoryCommand.cxx | |
parent | 5e68642d164f1634f3df452df8930b0ef163d3a1 (diff) | |
download | CMake-b8483cf10905814078693a58f0c3c7e56af7006f.zip CMake-b8483cf10905814078693a58f0c3c7e56af7006f.tar.gz CMake-b8483cf10905814078693a58f0c3c7e56af7006f.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/cmAddSubDirectoryCommand.cxx')
-rw-r--r-- | Source/cmAddSubDirectoryCommand.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmAddSubDirectoryCommand.cxx b/Source/cmAddSubDirectoryCommand.cxx index e695781..5e13150 100644 --- a/Source/cmAddSubDirectoryCommand.cxx +++ b/Source/cmAddSubDirectoryCommand.cxx @@ -111,7 +111,8 @@ bool cmAddSubDirectoryCommand::InitialPass "directory as well."); return false; } - cmSystemTools::ReplaceString(binPath,this->Makefile->GetHomeDirectory(), + cmSystemTools::ReplaceString(binPath, + this->Makefile->GetHomeDirectory(), this->Makefile->GetHomeOutputDirectory()); } } |