mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-06 10:47:34 +01:00
removed unused bug
This commit is contained in:
parent
24e6ac8013
commit
685a14a21e
@ -25,10 +25,6 @@ if (MSVC)
|
|||||||
else (MSVC)
|
else (MSVC)
|
||||||
find_package(PkgConfig)
|
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)
|
pkg_check_modules(LIBAIRSPY REQUIRED libairspy)
|
||||||
|
|
||||||
target_include_directories(airspy_source PUBLIC ${LIBAIRSPY_INCLUDE_DIRS})
|
target_include_directories(airspy_source PUBLIC ${LIBAIRSPY_INCLUDE_DIRS})
|
||||||
|
Loading…
Reference in New Issue
Block a user