diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-23 10:55:56 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | 7b841b8b3ecbf66d8a32f1499e8892fa795a650a (patch) | |
tree | 042d19140e4e1d2956d29086d47e9830cb19f2ca /README.md | |
parent | 2d0ccb19f2c3c6e860cdd722188dab58250c3e82 (diff) |
Format: Remove spaces at EOL
Change-Id: If16b9cd45e5955b8ca8049fee1ea97a9d43d5cb7
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ For each target part of your project, you need to use ***PROJECT_TARGET_ADD*** to include this target to your project. Using it, make available the cmake variable ***TARGET_NAME*** until the next -***PROJECT_TARGET_ADD*** is invoked with a new target name. +***PROJECT_TARGET_ADD*** is invoked with a new target name. So, typical usage defining a target is: |