diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-21 18:17:19 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-21 18:17:19 (GMT) |
commit | 26f638248dcbc598512b16ab5bec0e1d5e0ea267 (patch) | |
tree | 96ade349c64b5f508fa0ddfd367135132afc9bca | |
parent | 4ea1c51ebae49375bbb4bafce8e40a02741bda3a (diff) | |
download | CMake-26f638248dcbc598512b16ab5bec0e1d5e0ea267.zip CMake-26f638248dcbc598512b16ab5bec0e1d5e0ea267.tar.gz CMake-26f638248dcbc598512b16ab5bec0e1d5e0ea267.tar.bz2 |
BUG: remove declaration without variable
-rw-r--r-- | Source/cmake.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 8915c68..918438c 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -78,7 +78,6 @@ void cmake::SetArgs(cmMakefile& builder, int ac, char** av) // watch for cmake and cmake srcdir invocations if (ac <= 2) { - std::string ; builder.SetHomeOutputDirectory (cmSystemTools::GetCurrentWorkingDirectory().c_str()); builder.SetStartOutputDirectory |