Skip to content

Commit

Permalink
Upgrade to latest libhackrf and use new Github URL. Fixes #1456
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Oct 6, 2022
1 parent fe357c5 commit 1c47ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set(SOAPYSDR_SDRPLAY_TAG "soapy-sdrplay-0.2.0")
set(SOAPYSDR_AUDIO_TAG "soapy-audio-0.1.1")
set(SOAPYSDR_REMOTE_TAG "soapy-remote-0.5.1")
set(AIRSPY_TAG "v1.0.10")
set(HACKRF_TAG "v2018.01.1")
set(HACKRF_TAG "v2022.09.1")
set(LIBXML2_TAG "v2.9.9")

# For some external project macros
Expand Down Expand Up @@ -1274,7 +1274,7 @@ if (WIN32 OR APPLE)
set(HACKRF_LIBUSB_INCLUDE_DIR ${LIBUSB_INCLUDE_DIR})
endif ()
ExternalProject_Add(hackrf
GIT_REPOSITORY https://github.com/mossmann/hackrf.git
GIT_REPOSITORY https://github.com/greatscottgadgets/hackrf.git
GIT_TAG ${HACKRF_TAG}
GIT_SUBMODULES ""
DEPENDS ${PTHREADS4W_DEPENDS} ${LIBUSB_DEPENDS}
Expand Down

0 comments on commit 1c47ebb

Please sign in to comment.