Merge pull request #964 from KentuckyFriedData/patch-3

Fix wrong target name
pull/973/head
AlexandreRouma 2023-01-13 22:44:28 +01:00 zatwierdzone przez GitHub
commit 691ab585e2
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

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