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.
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.