From a7d8ec8a2d9d9bc8baeb8c0355b038141fd7350b Mon Sep 17 00:00:00 2001 From: "Cyril \"Nick\" Engmann" Date: Mon, 23 Aug 2021 08:51:07 -0400 Subject: [PATCH] fix:wrong source branch mentioned --- bladerf_source/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bladerf_source/CMakeLists.txt b/bladerf_source/CMakeLists.txt index 2dfe9ebe..71543c77 100644 --- a/bladerf_source/CMakeLists.txt +++ b/bladerf_source/CMakeLists.txt @@ -28,9 +28,9 @@ else (MSVC) # Include it because for some reason pkgconfig doesn't look here? if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") - target_include_directories(airspyhf_source PUBLIC "/usr/local/include") + target_include_directories(bladerf_source PUBLIC "/usr/local/include") endif() endif () # Install directives -install(TARGETS bladerf_source DESTINATION lib/sdrpp/plugins) \ No newline at end of file +install(TARGETS bladerf_source DESTINATION lib/sdrpp/plugins)