mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-10-10 15:59:59 +02:00
Merge pull request #964 from KentuckyFriedData/patch-3
Fix wrong target name
This commit is contained in:
@@ -30,9 +30,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 PRIVATE "/usr/local/include")
|
target_include_directories(limesdr_source PRIVATE "/usr/local/include")
|
||||||
endif()
|
endif()
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
# Install directives
|
# Install directives
|
||||||
install(TARGETS limesdr_source DESTINATION lib/sdrpp/plugins)
|
install(TARGETS limesdr_source DESTINATION lib/sdrpp/plugins)
|
||||||
|
Reference in New Issue
Block a user