BUG: fix to naming of results file
This commit is contained in:
parent
73818126f3
commit
cbf6bae9f4
|
@ -2953,7 +2953,7 @@ int cmake::GetSystemInformation(std::vector<std::string>& args)
|
|||
if (args.size() == 1)
|
||||
{
|
||||
resultFile = cwd;
|
||||
resultFile += "__cmake_systeminformation/results.txt";
|
||||
resultFile += "/__cmake_systeminformation/results.txt";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue