diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-07-20 08:36:16 -0400 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-07-20 08:36:16 -0400 |
commit | 55303d6dd27678dd1446f3836b0292053f856a4c (patch) | |
tree | 283dcb3c55acb9b2dce333ba6656aeb251a175d0 /Source/cmIncludeExternalMSProjectCommand.cxx | |
parent | 38084147e1edec3ce70f4f3574b9114b12646613 (diff) | |
download | cmake-55303d6dd27678dd1446f3836b0292053f856a4c.tar.gz |
STYLE: fix line lengths
Alex
Diffstat (limited to 'Source/cmIncludeExternalMSProjectCommand.cxx')
-rw-r--r-- | Source/cmIncludeExternalMSProjectCommand.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmIncludeExternalMSProjectCommand.cxx b/Source/cmIncludeExternalMSProjectCommand.cxx index 16847dc39b..d4c4c80e43 100644 --- a/Source/cmIncludeExternalMSProjectCommand.cxx +++ b/Source/cmIncludeExternalMSProjectCommand.cxx @@ -50,7 +50,9 @@ bool cmIncludeExternalMSProjectCommand cmSystemTools::ConvertToUnixSlashes(path); // Create a target instance for this utility. - cmTarget* target=this->Makefile->AddNewTarget(cmTarget::UTILITY, utility_name.c_str(), false); + cmTarget* target=this->Makefile->AddNewTarget(cmTarget::UTILITY, + utility_name.c_str(), + false); target->SetProperty("EXCLUDE_FROM_ALL","FALSE"); std::vector<std::string> no_outputs; cmCustomCommandLines commandLines; |