mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +01:00
Bugfix for OSX 7
This commit is contained in:
parent
30e8b3b60e
commit
2b4cc46a53
@ -25,6 +25,10 @@ if (MSVC)
|
||||
else (MSVC)
|
||||
find_package(PkgConfig)
|
||||
|
||||
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||
target_link_directories(sdrpp_core PUBLIC "/usr/local/include")
|
||||
endif()
|
||||
|
||||
pkg_check_modules(LIBAIRSPY REQUIRED libairspy)
|
||||
|
||||
target_include_directories(airspy_source PUBLIC ${LIBAIRSPY_INCLUDE_DIRS})
|
||||
|
Loading…
Reference in New Issue
Block a user