mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
BUG: fix for bug 689
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user