Skip to content

Commit

Permalink
fix typo in CMake Intro Getting Started guide
Browse files Browse the repository at this point in the history
- update header to say "Getting Started with CMake and F´" in cmake-intro.md
  • Loading branch information
capsulecorplab authored and LeStarch committed Jan 4, 2022
1 parent 90b05b6 commit cb711bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/UsersGuide/cmake/cmake-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Installation guides for CMake can be found here: [https://cmake.org/install/](ht
A Basic CMake tutorial can be found here: [https://cmake.org/cmake/help/latest/guide/tutorial/index.html](https://cmake.org/cmake/help/latest/guide/tutorial/index.html).
Although fprime tries to simplify CMake usage for fprime specific tasks, an understanding of basic CMake is useful.

## Getting Started Using with and F`
## Getting Started with CMake and F´

CMake as a system auto-generates OS-specific make files for building F´. Once these file are
generated, standard make tools can be run to perform the compiling, assembling, linking etc. In other words, CMake is a
Expand Down

0 comments on commit cb711bf

Please sign in to comment.