summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-03 19:20:16 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-03 19:20:16 (GMT)
commitd772fce254e6cfd0d77012f9a6201fc66074c27b (patch)
tree1023a11e7d9fc5e649a4ca81415a6783e8bd4d1e /Source/cmGlobalGenerator.cxx
parent4b843d135e9cded06b95224a52caba094619d4b9 (diff)
downloadCMake-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.cxx1
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 )