Skip to content

Commit 513d631

Browse files
committed
Fix README.md
1 parent 672a9e5 commit 513d631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ $ git submodule add [email protected]:ethz-asl/lpp.git
100100
```cmake
101101
add_subdirectory(my_submodule_dir/lpp)
102102
add_executable(my_executable main.cpp)
103-
target_link_libraries(my_executable Log++)
103+
target_link_libraries(my_executable lpp)
104104
```
105105

106106
3. To update Log++ to the latest commit, execute the following commands:

0 commit comments

Comments
 (0)