Skip to content

Commit eeb146b

Browse files
committedMar 19, 2025
deleted a trailing whitespace
1 parent 7a75775 commit eeb146b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Build system dependencies for ubuntu 22.04 lts systems:
6363
Usage (most modern IDE will natively support this):
6464
1. Go to the project directory (e.g. ./locator_host/) and configure:
6565
```bash
66-
cmake <project_name>_cmake -B build -G "Ninja" -DCMAKE_BUILD_TYPE:STRING=<build_type> -DCMAKE_TOOLCHAIN_FILE:STRING=toolchain.cmake
66+
cmake <project_name>_cmake -B build -G "Ninja" -DCMAKE_BUILD_TYPE:STRING=<build_type> -DCMAKE_TOOLCHAIN_FILE:STRING=toolchain.cmake
6767
```
6868
`<project_name>` can be either `locator_host` or `locator_ncp`.
6969
`<build_type>` can be `Debug` or `Release`.

0 commit comments

Comments
 (0)