HIDAPI is now an optional dependency

This commit is contained in:
Lee Clagett 2020-10-06 12:33:39 -04:00
parent 09832e4bf8
commit e2a00f6b60

View file

@ -113,6 +113,10 @@ if ("${monero_UNBOUND_LIBRARIES}" STREQUAL "UNBOUND_LIBRARIES-NOTFOUND")
unset(monero_UNBOUND_LIBRARIES) unset(monero_UNBOUND_LIBRARIES)
endif() endif()
if ("${monero_HIDAPI_LIBRARY}" STREQUAL "HIDAPI_LIBRARY-NOTFOUND")
unset(monero_HIDAPI_LIBRARY)
endif()
# #
# Dependencies specific to monero-lws # Dependencies specific to monero-lws
# #