fix:wrong source branch mentioned

This commit is contained in:
Cyril "Nick" Engmann 2021-08-23 08:51:07 -04:00 committed by GitHub
parent 6036300ecb
commit a7d8ec8a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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