From 685a14a21e707ef9b6417338fd719a89c90b933c Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Sun, 18 Apr 2021 20:08:28 +0200 Subject: [PATCH] removed unused bug --- airspy_source/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/airspy_source/CMakeLists.txt b/airspy_source/CMakeLists.txt index 212014b5..e4c6c5b6 100644 --- a/airspy_source/CMakeLists.txt +++ b/airspy_source/CMakeLists.txt @@ -25,10 +25,6 @@ if (MSVC) else (MSVC) find_package(PkgConfig) - if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") - target_link_directories(airspy_source PUBLIC "/usr/local/include") - endif() - pkg_check_modules(LIBAIRSPY REQUIRED libairspy) target_include_directories(airspy_source PUBLIC ${LIBAIRSPY_INCLUDE_DIRS})