mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Don't require notify on Linux
Especially when only building server and not client
This commit is contained in:
parent
bd3b72e493
commit
7fe8afefa5
|
@ -1,4 +1,4 @@
|
||||||
find_package(PkgConfig REQUIRED QUIET)
|
find_package(PkgConfig QUIET)
|
||||||
pkg_check_modules(NOTIFY REQUIRED QUIET libnotify)
|
pkg_check_modules(NOTIFY QUIET libnotify)
|
||||||
include(FindPackageHandleStandardArgs)
|
include(FindPackageHandleStandardArgs)
|
||||||
find_package_handle_standard_args(Notify 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