Merge pull request #1 from NickEngmann/fix-bladeRF-build-patch

fix:wrong source branch mentioned
pull/300/head
Cyril "Nick" Engmann 2021-08-23 08:52:06 -04:00 zatwierdzone przez GitHub
commit 4109ea73b3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -28,9 +28,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 PUBLIC "/usr/local/include")
target_include_directories(bladerf_source PUBLIC "/usr/local/include")
endif()
endif ()
# Install directives
install(TARGETS bladerf_source DESTINATION lib/sdrpp/plugins)
install(TARGETS bladerf_source DESTINATION lib/sdrpp/plugins)