d/hdk: Does not require hidapi

This commit is contained in:
Ryan Pavlik 2019-12-03 14:34:57 -06:00
parent 382813edd6
commit d03db42075

View file

@ -18,9 +18,6 @@ if(BUILD_DRIVER_HDK)
# Use OBJECT to not create a archive, since it just gets in the way.
add_library(drv_hdk OBJECT ${HDK_SOURCE_FILES})
target_include_directories(drv_hdk SYSTEM
PRIVATE ${HIDAPI_INCLUDE_DIRS}
)
endif()