We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a75775 commit eeb146bCopy full SHA for eeb146b
README.md
@@ -63,7 +63,7 @@ Build system dependencies for ubuntu 22.04 lts systems:
63
Usage (most modern IDE will natively support this):
64
1. Go to the project directory (e.g. ./locator_host/) and configure:
65
```bash
66
- cmake <project_name>_cmake -B build -G "Ninja" -DCMAKE_BUILD_TYPE:STRING=<build_type> -DCMAKE_TOOLCHAIN_FILE:STRING=toolchain.cmake
+ cmake <project_name>_cmake -B build -G "Ninja" -DCMAKE_BUILD_TYPE:STRING=<build_type> -DCMAKE_TOOLCHAIN_FILE:STRING=toolchain.cmake
67
```
68
`<project_name>` can be either `locator_host` or `locator_ncp`.
69
`<build_type>` can be `Debug` or `Release`.
0 commit comments