summaryrefslogtreecommitdiff
path: root/docs/markdown/Machine-files.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/Machine-files.md')
-rw-r--r--docs/markdown/Machine-files.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Machine-files.md b/docs/markdown/Machine-files.md
index a3e876d23..42f288f17 100644
--- a/docs/markdown/Machine-files.md
+++ b/docs/markdown/Machine-files.md
@@ -273,7 +273,7 @@ list of strings.
[cmake]
CMAKE_C_COMPILER = '/usr/bin/gcc'
-CMAKE_CXX_COMPILER = 'C:\\user\\bin\\g++'
+CMAKE_CXX_COMPILER = 'C:\\usr\\bin\\g++'
CMAKE_SOME_VARIABLE = ['some', 'value with spaces']
```