summaryrefslogtreecommitdiffstats
path: root/Source/cmIncludeExternalMSProjectCommand.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-07-20 12:36:16 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-07-20 12:36:16 (GMT)
commit55303d6dd27678dd1446f3836b0292053f856a4c (patch)
tree283dcb3c55acb9b2dce333ba6656aeb251a175d0 /Source/cmIncludeExternalMSProjectCommand.cxx
parent38084147e1edec3ce70f4f3574b9114b12646613 (diff)
downloadCMake-55303d6dd27678dd1446f3836b0292053f856a4c.zip
CMake-55303d6dd27678dd1446f3836b0292053f856a4c.tar.gz
CMake-55303d6dd27678dd1446f3836b0292053f856a4c.tar.bz2
STYLE: fix line lengths
Alex
Diffstat (limited to 'Source/cmIncludeExternalMSProjectCommand.cxx')
-rw-r--r--Source/cmIncludeExternalMSProjectCommand.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmIncludeExternalMSProjectCommand.cxx b/Source/cmIncludeExternalMSProjectCommand.cxx
index 16847dc..d4c4c80 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;