We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec07664 commit 78d5026Copy full SHA for 78d5026
cmake/FindHIDAPI.cmake
@@ -203,8 +203,10 @@ if(HIDAPI_FOUND)
203
if(NOT TARGET HIDAPI::hidapi)
204
add_library(HIDAPI::hidapi UNKNOWN IMPORTED)
205
set_target_properties(
206
- HIDAPI::hidapi PROPERTIES IMPORTED_LINK_INTERFACE_LANGUAGES "C"
207
- IMPORTED_LOCATION ${HIDAPI_LIBRARY})
+ HIDAPI::hidapi
+ PROPERTIES
208
+ IMPORTED_LINK_INTERFACE_LANGUAGES "C"
209
+ IMPORTED_LOCATION ${HIDAPI_LIBRARY})
210
set_property(
211
TARGET HIDAPI::hidapi PROPERTY IMPORTED_LINK_INTERFACE_LIBRARIES
212
Threads::Threads)
0 commit comments