Skip to content

Commit d54b417

Browse files
committed
Fix the target name in documentation
Closes COVESA#365 Signed-off-by: Martin Willers <[email protected]>
1 parent 0138c00 commit d54b417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/dlt_for_developers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You can thus:
6969
```
7070
find_package(automotive-dlt REQUIRED)
7171
...
72-
target_link_libraries(myapp PRIVATE Genivi::DLT)
72+
target_link_libraries(myapp PRIVATE Genivi::dlt)
7373
```
7474
which lets your project automatically gain all necessary compile and link flags
7575
needed by libdlt, including the include directories.

0 commit comments

Comments
 (0)