-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iceoryx_posh_testing cannot find iceoryx_hoofs_testing in CMake #1602
Labels
bug
Something isn't working
Comments
dkroenke
added a commit
to ApexAI/iceoryx
that referenced
this issue
Sep 5, 2022
Signed-off-by: Dietrich Krönke <[email protected]>
dkroenke
added a commit
to ApexAI/iceoryx
that referenced
this issue
Sep 5, 2022
Signed-off-by: Dietrich Krönke <[email protected]>
dkroenke
added a commit
to ApexAI/iceoryx
that referenced
this issue
Sep 5, 2022
…ng_c Signed-off-by: Dietrich Krönke <[email protected]>
dkroenke
added a commit
to ApexAI/iceoryx
that referenced
this issue
Sep 5, 2022
Signed-off-by: Dietrich Krönke <[email protected]>
dkroenke
added a commit
to ApexAI/iceoryx
that referenced
this issue
Sep 5, 2022
… library Signed-off-by: Dietrich Krönke <[email protected]>
dkroenke
added a commit
to ApexAI/iceoryx
that referenced
this issue
Sep 5, 2022
Signed-off-by: Dietrich Krönke <[email protected]>
22 tasks
dkroenke
added a commit
to ApexAI/iceoryx
that referenced
this issue
Sep 5, 2022
Signed-off-by: Dietrich Krönke <[email protected]>
dkroenke
added a commit
to ApexAI/iceoryx
that referenced
this issue
Sep 5, 2022
Signed-off-by: Dietrich Krönke <[email protected]>
dkroenke
added a commit
to ApexAI/iceoryx
that referenced
this issue
Sep 5, 2022
Signed-off-by: Dietrich Krönke <[email protected]>
dkroenke
added a commit
to ApexAI/iceoryx
that referenced
this issue
Sep 5, 2022
Signed-off-by: Dietrich Krönke <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Required information
Operating system:
Ubuntu 20.04 LTS
CMake version 3.16.3
Observed result or behaviour:
the following warning comes up when building iceoryx with tests enabled:
With that, the
iceoryx_posh_testing
lib cannot find the hoofs testing lib properly and becomes unusable without it.This can be mitigated by setting the following:
In the CMake file where you want to use iceoryx_posh_testing before the find_package call for it.
Expected result or behaviour:
iceoryx_hoofs_testing needs to be a required dependency to iceoryx_posh_testing to ensure correct linking between both libraries.
Conditions where it occurred / Performed steps:
Cmake build with tests enabled.
The text was updated successfully, but these errors were encountered: