mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-03-02 05:10:06 -05:00
Update libusb to 1.0.29.
This commit is contained in:
parent
3827ff811c
commit
6e3e27e0ff
2
external/CMakeLists.txt
vendored
2
external/CMakeLists.txt
vendored
@ -213,7 +213,7 @@ endmacro()
|
||||
if (NOT LIBUSB_FOUND AND NOT USE_PRECOMPILED_LIBS)
|
||||
# Cloning git repo doesn't include configure, so we download the bz2 which does
|
||||
ExternalProject_Add(libusb
|
||||
URL https://github.com/libusb/libusb/releases/download/v1.0.26/libusb-1.0.26.tar.bz2
|
||||
URL https://github.com/libusb/libusb/releases/download/v1.0.29/libusb-1.0.29.tar.bz2
|
||||
PREFIX "${EXTERNAL_BUILD_LIBRARIES}/libusb"
|
||||
CONFIGURE_COMMAND <SOURCE_DIR>/configure --prefix=<INSTALL_DIR>
|
||||
BUILD_COMMAND ${MAKE}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user