mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Make initial udev/evdev checks QUIET
This commit is contained in:
parent
eac18f81e0
commit
68aadd4343
1 changed files with 2 additions and 2 deletions
|
@ -71,8 +71,8 @@ if(CHIAKI_ENABLE_CLI)
|
|||
endif()
|
||||
|
||||
if(CHIAKI_ENABLE_SETSU)
|
||||
find_package(Udev)
|
||||
find_package(Evdev)
|
||||
find_package(Udev QUIET)
|
||||
find_package(Evdev QUIET)
|
||||
if(Udev_FOUND AND Evdev_FOUND)
|
||||
set(CHIAKI_ENABLE_SETSU ON)
|
||||
else()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue