mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix CMake LibNotify warning (fixes #2141)
The LibNotify name is not used anywhere?
This commit is contained in:
parent
b7d452d2a0
commit
48118f6d83
|
@ -1,4 +1,4 @@
|
|||
find_package(PkgConfig REQUIRED QUIET)
|
||||
pkg_check_modules(NOTIFY REQUIRED QUIET libnotify)
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(LibNotify DEFAULT_MSG NOTIFY_LIBRARIES NOTIFY_INCLUDE_DIRS)
|
||||
find_package_handle_standard_args(Notify DEFAULT_MSG NOTIFY_LIBRARIES NOTIFY_INCLUDE_DIRS)
|
||||
|
|
Loading…
Reference in a new issue