diff options
Diffstat (limited to 'Source/cmake.cxx')
-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 |