diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-08-14 21:02:34 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-08-14 21:02:34 (GMT) |
commit | 78275f1d4b704385632b127b65abd36198e65ece (patch) | |
tree | 0b0db492b479e32faf3bfdf7bd1c03f406e6321a | |
parent | f6b2a42266393866f9914f04d803ba4d3a4b29d8 (diff) | |
download | CMake-78275f1d4b704385632b127b65abd36198e65ece.zip CMake-78275f1d4b704385632b127b65abd36198e65ece.tar.gz CMake-78275f1d4b704385632b127b65abd36198e65ece.tar.bz2 |
ENH: do not use OBJROOT or you can get two copies of executables
-rw-r--r-- | Source/cmGlobalXCodeGenerator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx index d4cc2a7..f886ea6 100644 --- a/Source/cmGlobalXCodeGenerator.cxx +++ b/Source/cmGlobalXCodeGenerator.cxx @@ -196,7 +196,6 @@ std::string cmGlobalXCodeGenerator makeCommand += " "; makeCommand += additionalOptions; } - makeCommand += " OBJROOT=."; return makeCommand; } |