diff --git a/cmake/FindNotify.cmake b/cmake/FindNotify.cmake index fe19fbd7c..056e21b9a 100644 --- a/cmake/FindNotify.cmake +++ b/cmake/FindNotify.cmake @@ -1,4 +1,4 @@ -find_package(PkgConfig REQUIRED QUIET) -pkg_check_modules(NOTIFY REQUIRED QUIET libnotify) +find_package(PkgConfig QUIET) +pkg_check_modules(NOTIFY QUIET libnotify) include(FindPackageHandleStandardArgs) find_package_handle_standard_args(Notify DEFAULT_MSG NOTIFY_LIBRARIES NOTIFY_INCLUDE_DIRS)