1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-09 09:25:07 -04: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
+1 -1
View File
@@ -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)