From f6d509683355e3afb28841f9ebcdc239f8e2e1c0 Mon Sep 17 00:00:00 2001 From: f4exb Date: Mon, 20 Jul 2026 19:46:04 +0200 Subject: [PATCH] Upgrade external dependencies to latest AirspyHF commit --- external/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index c6982e427..fb6ad5aba 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -21,7 +21,7 @@ if (WIN32) else() set(LIBIIO_TAG "v0.26") endif() -set(AIRSPYHF_TAG "87cf12a30f3a0f10f313aab8e54999ca69b753af") +set(AIRSPYHF_TAG "33bb3522be9ce70156185e283a6243f61200cdf8") set(PERSEUS_TAG afefa23e3140ac79d845acb68cf0beeb86d09028) set(MIRISDR_TAG "v2.0.0") set(LIBSIGMF_TAG "new-namespaces")