You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed lib notify and cmake generated the makefile perfectly. Issue is the linker ends up complaining that I can't find "-lnotify". I needed up removing LIBNOTIFY_LIBRARIES from the link section in CMakeLists.txt and the build ended up completing successfully. Is Libnotify a header-only library now? Never used it so don't know much about it.
The text was updated successfully, but these errors were encountered:
Installed lib notify and cmake generated the makefile perfectly. Issue is the linker ends up complaining that I can't find "-lnotify". I needed up removing LIBNOTIFY_LIBRARIES from the link section in CMakeLists.txt and the build ended up completing successfully. Is Libnotify a header-only library now? Never used it so don't know much about it.
The text was updated successfully, but these errors were encountered: