Skip to content

Commit 9b226f7

Browse files
committed
Fix wrong CMake variable name in docs
1 parent 161b2bf commit 9b226f7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.devcontainer.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"dockerfile": "docker/Dockerfile",
66
"context": "docker",
77
},
8+
"mounts": [
9+
"source=infinitime-bashhistory,target=/commandhistory,type=volume"
10+
],
811
"customizations": {
912
"vscode": {
1013
"settings": {

cmake-nRF5x/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ After setup you can use cmake as usual:
105105
```
106106
You can optionally pass the toolchain to `cmake` when configuring:
107107
```
108-
-DCMAKE_TOOLCHAIN_PATH=cmake-nRF5x/arm-gcc-toolchain.cmake
108+
-DCMAKE_TOOLCHAIN_FILE=cmake-nRF5x/arm-gcc-toolchain.cmake
109109
```
110110
but if you do so you must ensure the toolchain binaries are available in your environment PATH (i.e. work on the command line without specifying absolute path)
111111

0 commit comments

Comments
 (0)