mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-17 23:28:50 -05:00
Debian build: fixed libperseus build (2)
This commit is contained in:
parent
5e9da83f70
commit
5fcf446fec
@ -296,7 +296,6 @@ add_subdirectory(pluginssrv)
|
||||
if(LIBUSB_FOUND AND UNIX)
|
||||
add_subdirectory(fcdhid)
|
||||
add_subdirectory(fcdlib)
|
||||
add_subdirectory(libperseus)
|
||||
endif(LIBUSB_FOUND AND UNIX)
|
||||
|
||||
##############################################################################
|
||||
|
@ -75,7 +75,7 @@ find_package(LibPerseus)
|
||||
if(LIBUSB_FOUND AND RX_SAMPLE_24BIT AND LIBPERSEUS_FOUND)
|
||||
message(STATUS "Add Persesus plugin")
|
||||
add_subdirectory(perseus)
|
||||
endif(LIBUSB_FOUND AND LIBPERSEUS_FOUND)
|
||||
endif(LIBUSB_FOUND AND RX_SAMPLE_24BIT AND LIBPERSEUS_FOUND)
|
||||
|
||||
if (BUILD_DEBIAN)
|
||||
if (LIBNANOMSG_FOUND)
|
||||
|
Loading…
Reference in New Issue
Block a user