-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When building the package in Linux, the pkgconfig yields a liblibzenohc
library name:
Line 8 in 8aba3d1
Libs: -L${prefix}/@CMAKE_INSTALL_LIBDIR@ -l@LIBNAME@ |
This is the erroneous line after building:
Libs: -L${prefix}/lib -llibzenohc
This is how it should look like:
Libs: -L${prefix}/lib -lzenohc
To reproduce
Standard Linux build
System info
- Platform: [Arch / Ubuntu 22.04.5 LTS]
- Zenoh commit: [8aba3d1]
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working