summaryrefslogtreecommitdiffstats
path: root/Source/cmIncludeExternalMSProjectCommand.cxx
diff options
context:
space:
mode:
authorBill Lorensen <lorensen@crd.ge.com>2001-11-05 17:57:11 (GMT)
committerBill Lorensen <lorensen@crd.ge.com>2001-11-05 17:57:11 (GMT)
commit9190e57e3d2658475e4a5d2d85d12387563130bf (patch)
treef23c6f57159638f3aea9c4e6a773be3bb08f79c2 /Source/cmIncludeExternalMSProjectCommand.cxx
parentcd7297781d13d8a99c58fbb301cf32b69fd8fb14 (diff)
downloadCMake-9190e57e3d2658475e4a5d2d85d12387563130bf.zip
CMake-9190e57e3d2658475e4a5d2d85d12387563130bf.tar.gz
CMake-9190e57e3d2658475e4a5d2d85d12387563130bf.tar.bz2
ERR: ^M's removed.
Diffstat (limited to 'Source/cmIncludeExternalMSProjectCommand.cxx')
-rw-r--r--Source/cmIncludeExternalMSProjectCommand.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/cmIncludeExternalMSProjectCommand.cxx b/Source/cmIncludeExternalMSProjectCommand.cxx
index e7a2da4..37333c2 100644
--- a/Source/cmIncludeExternalMSProjectCommand.cxx
+++ b/Source/cmIncludeExternalMSProjectCommand.cxx
@@ -25,10 +25,10 @@ bool cmIncludeExternalMSProjectCommand::InitialPass(std::vector<std::string> con
depends.push_back(args[i]);
}
}
-
- std::string utility_name("INCLUDE_EXTERNAL_MSPROJECT");
- utility_name += "_";
- utility_name += args[0];
+
+ std::string utility_name("INCLUDE_EXTERNAL_MSPROJECT");
+ utility_name += "_";
+ utility_name += args[0];
m_Makefile->AddUtilityCommand(utility_name.c_str(), "echo", "\"Include external project\"",
false, name_and_location, depends);