mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 01:48:31 +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)
|
include(FindPackageHandleStandardArgs)
|
||||||
find_package_handle_standard_args(HIDAPI
|
find_package_handle_standard_args(HIDAPI
|
||||||
REQUIRED_VARS
|
REQUIRED_VARS
|
||||||
|
HIDAPI_INCLUDE_DIR
|
||||||
${_hidapi_component_required_vars}
|
${_hidapi_component_required_vars}
|
||||||
THREADS_FOUND
|
THREADS_FOUND
|
||||||
HANDLE_COMPONENTS)
|
HANDLE_COMPONENTS)
|
||||||
|
|
Loading…
Reference in a new issue