diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-03 19:20:16 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-03 19:20:16 (GMT) |
commit | d772fce254e6cfd0d77012f9a6201fc66074c27b (patch) | |
tree | 1023a11e7d9fc5e649a4ca81415a6783e8bd4d1e /Source/cmGlobalGenerator.cxx | |
parent | 4b843d135e9cded06b95224a52caba094619d4b9 (diff) | |
download | CMake-d772fce254e6cfd0d77012f9a6201fc66074c27b.zip CMake-d772fce254e6cfd0d77012f9a6201fc66074c27b.tar.gz CMake-d772fce254e6cfd0d77012f9a6201fc66074c27b.tar.bz2 |
ENH: No need to convert to output path
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index c473def..e676bbb 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -659,7 +659,6 @@ std::string cmGlobalGenerator::GenerateBuildCommand(const char* makeProgram, (void)config; std::string makeCommand = makeProgram; - makeCommand = cmSystemTools::ConvertToOutputPath(makeCommand.c_str()); // Since we have full control over the invocation of nmake, let us // make it quiet. if ( strcmp(this->GetName(), "NMake Makefiles") == 0 ) |