diff --git a/Source/cmake.cxx b/Source/cmake.cxx index d54920360..3e8e65e76 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -2953,7 +2953,7 @@ int cmake::GetSystemInformation(std::vector& args) if (args.size() == 1) { resultFile = cwd; - resultFile += "__cmake_systeminformation/results.txt"; + resultFile += "/__cmake_systeminformation/results.txt"; } else {