mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-02-24 05:13:56 +01:00
Merge pull request #1 from NickEngmann/fix-bladeRF-build-patch
fix:wrong source branch mentioned
This commit is contained in:
commit
4109ea73b3
@ -28,9 +28,9 @@ else (MSVC)
|
|||||||
|
|
||||||
# Include it because for some reason pkgconfig doesn't look here?
|
# Include it because for some reason pkgconfig doesn't look here?
|
||||||
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
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()
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
# Install directives
|
# Install directives
|
||||||
install(TARGETS bladerf_source DESTINATION lib/sdrpp/plugins)
|
install(TARGETS bladerf_source DESTINATION lib/sdrpp/plugins)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user