Merge pull request #300 from NickEngmann/master

Fix Wrong Source Branch within BladeRF build
This commit is contained in:
AlexandreRouma
2021-08-23 14:59:55 +02:00
committed by GitHub

View File

@ -28,7 +28,7 @@ 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 ()