summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index d549203..3e8e65e 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -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
{