We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
zenoh-c
zenoh-pico
Need to add diagnostics that neither zenoh-c nor zenoh-pico are found.
The text was updated successfully, but these errors were encountered:
diagnostic in https://github.com/eclipse-zenoh/zenoh-cpp/blob/dev/1.0.0/install/PackageConfig.cmake.in added
Sorry, something went wrong.
No branches or pull requests
Describe the feature
when zenoh-c and zenoh-cxx are added in wrong order:
The zenoh-cpp is actually doesn't define any target because it first checks for availability of
zenoh-c
orzenoh-pico
.Need to add diagnostics that neither
zenoh-c
norzenoh-pico
are found.The text was updated successfully, but these errors were encountered: