mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-27 17:08:36 +00:00
FindHIDAPI: Fix error if HDIAPI not found
This commit is contained in:
parent
81d9983398
commit
b9ff8ff32f
|
@ -191,7 +191,8 @@ unset(_comp)
|
|||
###
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(HIDAPI
|
||||
REQUIRED_VARS
|
||||
REQUIRED_VARS
|
||||
HIDAPI_INCLUDE_DIR
|
||||
${_hidapi_component_required_vars}
|
||||
THREADS_FOUND
|
||||
HANDLE_COMPONENTS)
|
||||
|
|
Loading…
Reference in a new issue