diff options
author | Bill Lorensen <lorensen@crd.ge.com> | 2001-11-05 17:57:11 (GMT) |
---|---|---|
committer | Bill Lorensen <lorensen@crd.ge.com> | 2001-11-05 17:57:11 (GMT) |
commit | 9190e57e3d2658475e4a5d2d85d12387563130bf (patch) | |
tree | f23c6f57159638f3aea9c4e6a773be3bb08f79c2 /Source/cmIncludeExternalMSProjectCommand.cxx | |
parent | cd7297781d13d8a99c58fbb301cf32b69fd8fb14 (diff) | |
download | CMake-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.cxx | 8 |
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); |