1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-12-18 07:35:47 -05:00

Debian build: fixed libperseus build (2)

This commit is contained in:
f4exb 2018-02-10 22:46:22 +01:00
parent 5e9da83f70
commit 5fcf446fec
2 changed files with 1 additions and 2 deletions

View File

@ -296,7 +296,6 @@ add_subdirectory(pluginssrv)
if(LIBUSB_FOUND AND UNIX) if(LIBUSB_FOUND AND UNIX)
add_subdirectory(fcdhid) add_subdirectory(fcdhid)
add_subdirectory(fcdlib) add_subdirectory(fcdlib)
add_subdirectory(libperseus)
endif(LIBUSB_FOUND AND UNIX) endif(LIBUSB_FOUND AND UNIX)
############################################################################## ##############################################################################

View File

@ -75,7 +75,7 @@ find_package(LibPerseus)
if(LIBUSB_FOUND AND RX_SAMPLE_24BIT AND LIBPERSEUS_FOUND) if(LIBUSB_FOUND AND RX_SAMPLE_24BIT AND LIBPERSEUS_FOUND)
message(STATUS "Add Persesus plugin") message(STATUS "Add Persesus plugin")
add_subdirectory(perseus) add_subdirectory(perseus)
endif(LIBUSB_FOUND AND LIBPERSEUS_FOUND) endif(LIBUSB_FOUND AND RX_SAMPLE_24BIT AND LIBPERSEUS_FOUND)
if (BUILD_DEBIAN) if (BUILD_DEBIAN)
if (LIBNANOMSG_FOUND) if (LIBNANOMSG_FOUND)