Merge pull request #408 from grayed/master

Use library found instead of hardcoding compiler flag.
alt_setting-error
Benjamin Dobell 2017-09-20 12:05:45 +10:00 committed by GitHub
commit 9bcc42da35
1 changed files with 1 additions and 1 deletions

View File

@ -45,4 +45,4 @@ use_large_files(heimdall YES)
add_executable(heimdall ${HEIMDALL_SOURCE_FILES})
target_link_libraries(heimdall PRIVATE pit)
target_link_libraries(heimdall PRIVATE usb-1.0)
target_link_libraries(heimdall PRIVATE ${LIBUSB_LIBRARY})