fastrtps-shared-targets.cmake contains absolute path #5082
Unanswered
kjeldflarup
asked this question in
Q&A
Replies: 1 comment
-
Hi @kjeldflarup, thanks for using Fast DDS, and sorry for the inconvenience. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm including Fast-DDS in a cross compiled and embedded system, and providing it into a SDK, using the Yocto distribution.
Now in the SDK I get a fastrtps-shared-targets.cmake with this line
This contains the path of libtinyxml2.so at the compile time in the Yocto recipe, which is not valid any where else.
I have searched and searched, for some options to enforce using just
-ltinyxml2
Any hints to how I force the build to do this, please.
Beta Was this translation helpful? Give feedback.
All reactions