Bill Hoffman 22 лет назад
Родитель
Сommit
e78cf5ca6f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Source/cmSiteNameCommand.cxx

+ 1 - 1
Source/cmSiteNameCommand.cxx

@@ -67,7 +67,7 @@ bool cmSiteNameCommand::InitialPass(std::vector<std::string> const& args)
     {
     std::string host;
     cmSystemTools::RunSingleCommand(hostname_cmd.c_str(),
-      &host);
+      &host, 0, 0, false);
     
     // got the hostname
     if (host.length())