aboutsummaryrefslogtreecommitdiff
path: root/cmake/addons
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2019-06-28 08:48:14 -0700
committerLukas Rusak <lorusak@gmail.com>2020-09-08 12:46:18 -0700
commit605b3b05dc8aee32a1238653a5f02ce5be25719a (patch)
tree86ee8e0ac3737788e8dc2841d9679538f9a5bc12 /cmake/addons
parent062ab1cf9d99d1beed2e558a440d3ee372a7df24 (diff)
RPi: remove platform
Diffstat (limited to 'cmake/addons')
-rw-r--r--cmake/addons/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/addons/README.md b/cmake/addons/README.md
index 17e6460d75..a723085bd1 100644
--- a/cmake/addons/README.md
+++ b/cmake/addons/README.md
@@ -18,7 +18,7 @@ where
List of platforms to build an add-on for (or *all*). Negating platforms is supported using a leading exclamation mark, e.g. *!windows*.
-Available platforms are: linux, windows, osx, ios, android, rbpi and freebsd.
+Available platforms are: linux, windows, osx, ios, android and freebsd.
#### Attention
If no add-on definitions could be found, the buildsystem assumes that the bootstrapping of the add-on definition repositories hasn't been performed yet and automatically executes the add-on bootstrapping buildsystem located in the *bootstrap* sub-directory with the default settings (i.e. *all* add-ons from all pre-defined add-on definition repositories are bootstrapped into the directory pointed to by the *ADDONS_DEFINITION_DIR* option).
@@ -44,4 +44,4 @@ Buildsystem will print a warning if you use any of the below-listed variables. F
## Building
The buildsystem makes some assumptions about the environment which must be met by whoever uses it:
-- Any dependencies of the add-ons must already be built and their include and library files must be present in the path pointed to by `<CMAKE_PREFIX_PATH>` (in *include* and *lib* sub-directories) \ No newline at end of file
+- Any dependencies of the add-ons must already be built and their include and library files must be present in the path pointed to by `<CMAKE_PREFIX_PATH>` (in *include* and *lib* sub-directories)