Fixed cmake variable for tests in README.md

This commit is contained in:
Steffen Gaisser 2022-08-01 16:21:07 +02:00
parent f11433e50f
commit 52ee50ba8c
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ You can use the following commands inside the `fsfw` folder to set up the build
```sh
mkdir build-tests && cd build-tests
cmake -DFSFW_BUILD_UNITTESTS=ON -DFSFW_OSAL=host -DCMAKE_BUILD_TYPE=Debug ..
cmake -DFSFW_BUILD_TESTS=ON -DFSFW_OSAL=host -DCMAKE_BUILD_TYPE=Debug ..
```
You can also use `-DFSFW_OSAL=linux` on Linux systems.