From d21a6af5a922151c8b29bddf7ef49d207c5e011c Mon Sep 17 00:00:00 2001 From: KentuckyFriedData Date: Fri, 13 Jan 2023 13:05:01 -0800 Subject: [PATCH] Fix wrong target name --- source_modules/limesdr_source/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source_modules/limesdr_source/CMakeLists.txt b/source_modules/limesdr_source/CMakeLists.txt index 9d07ae34..fcfc927a 100644 --- a/source_modules/limesdr_source/CMakeLists.txt +++ b/source_modules/limesdr_source/CMakeLists.txt @@ -30,9 +30,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 PRIVATE "/usr/local/include") + target_include_directories(limesdr_source PRIVATE "/usr/local/include") endif() endif () # Install directives -install(TARGETS limesdr_source DESTINATION lib/sdrpp/plugins) \ No newline at end of file +install(TARGETS limesdr_source DESTINATION lib/sdrpp/plugins)