Fix wrong target name

This commit is contained in:
KentuckyFriedData 2023-01-13 13:05:01 -08:00 committed by GitHub
parent a53dc1a6ae
commit d21a6af5a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,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 PRIVATE "/usr/local/include") target_include_directories(limesdr_source PRIVATE "/usr/local/include")
endif() endif()
endif () endif ()