Skip to content

Commit

Permalink
More fixes from review.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette committed Aug 1, 2023
1 parent e719f10 commit 55cfa82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/How-To-Guides/Ament-CMake-Documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ The second way is to use ``target_link_libraries``.
Modern CMake prefers to use only targets, exporting and linking against them.
CMake targets may be namespaced, similar to C++.
Prefer to use the namespaced targets if they are available.
For instance, ``Eigen3`` defines the target ``Eigen3::Eigen``, which is preferred.
For instance, ``Eigen3`` defines the target ``Eigen3::Eigen``.

In the example of Eigen3, the call should then look like

Expand Down

0 comments on commit 55cfa82

Please sign in to comment.