-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These come about because of the use of the old-style CMake variables like ${orocos_kdl_INCLUDE_DIRS}. Unfortunately, there is a bug in the orocos_kdl CMake modern targets where they forget to export a dependency on Eigen. To workaround this, make an explicit dependency on Eigen (even though we don't directly use it), and use the Eigen targets instead. Note that on Windows, this *still* causes us to use a hardcoded path on Eigen. However, this path is less problematic because it will always be there if the user followed our installation instructions (and won't be a "random" path like C:\ci\ws\install\include). Also, once we fix ros2/choco-packages#19 , this hard-coded path will go away as well. Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
- Loading branch information
1 parent
122fb39
commit a030eec
Showing
2 changed files
with
34 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters