mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
BUG: remove declaration without variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user