summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2017-09-20 04:05:45 +0200
committerGitHub <noreply@github.com>2017-09-20 04:05:45 +0200
commit9bcc42da350bd2e1766980bcb77d806a82d56a1d (patch)
tree2acf714be9c9f7e32303e6ae8de04d8eda6cdeec
parentMinor typo. I'm sure there are more. (diff)
parentUse library found instead of hardcoding compiler flag. (diff)
downloadHeimdall-9bcc42da350bd2e1766980bcb77d806a82d56a1d.tar
Heimdall-9bcc42da350bd2e1766980bcb77d806a82d56a1d.tar.gz
Heimdall-9bcc42da350bd2e1766980bcb77d806a82d56a1d.tar.bz2
Heimdall-9bcc42da350bd2e1766980bcb77d806a82d56a1d.tar.lz
Heimdall-9bcc42da350bd2e1766980bcb77d806a82d56a1d.tar.xz
Heimdall-9bcc42da350bd2e1766980bcb77d806a82d56a1d.tar.zst
Heimdall-9bcc42da350bd2e1766980bcb77d806a82d56a1d.zip
-rw-r--r--heimdall/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/heimdall/CMakeLists.txt b/heimdall/CMakeLists.txt
index 95cdbe2..58a1d43 100644
--- a/heimdall/CMakeLists.txt
+++ b/heimdall/CMakeLists.txt
@@ -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})