Fixed cmake variable for tests in README.md #661

Merged
muellerr merged 3 commits from gaisser/fsfw:gaisser_readme_fix into development 2022-08-01 20:55:28 +02:00
Showing only changes of commit 19817bd3a5 - Show all commits

View File

@ -105,7 +105,7 @@ You can use the following commands inside the ``fsfw`` folder to set up the buil
.. code-block:: console
mkdir cmake-build-tests && cd cmake-build-tests
mkdir build-tests && cd build-tests
cmake -DFSFW_BUILD_TESTS=ON -DFSFW_OSAL=host ..