Skip to content
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

add diagnostic when base C library (zenoh-c or zenoh-pico) is not available #58

Closed
milyin opened this issue Jul 27, 2023 · 1 comment
Closed

Comments

@milyin
Copy link
Contributor

milyin commented Jul 27, 2023

Describe the feature

when zenoh-c and zenoh-cxx are added in wrong order:

find_package(zenohcxx)
find_package(zenohc)

The zenoh-cpp is actually doesn't define any target because it first checks for availability of zenoh-c or zenoh-pico.

Need to add diagnostics that neither zenoh-c nor zenoh-pico are found.

@milyin
Copy link
Contributor Author

milyin commented Aug 6, 2024

@milyin milyin closed this as completed Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant