mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 17:28:50 -05:00
Removed sqlite3 dependency
This commit is contained in:
parent
359af254f0
commit
3f1389dc81
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -3,6 +3,7 @@ sdrangel (3.14.5-1) unstable; urgency=medium
|
|||||||
* DSD demod: allow audio rates integer multiples of 8k other than 48k
|
* DSD demod: allow audio rates integer multiples of 8k other than 48k
|
||||||
* Added a benchmark program testing decimators
|
* Added a benchmark program testing decimators
|
||||||
* Optimization of decimators using even/odd technique
|
* Optimization of decimators using even/odd technique
|
||||||
|
* SSB mod: fixed channel unregistration
|
||||||
|
|
||||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Fri, 04 May 2018 20:14:18 +0200
|
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Fri, 04 May 2018 20:14:18 +0200
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
project(limesuite)
|
project(limesuite)
|
||||||
|
|
||||||
find_package(LibUSB)
|
find_package(LibUSB)
|
||||||
find_package(SQLite3)
|
|
||||||
|
|
||||||
set(limesuite_SOURCES
|
set(limesuite_SOURCES
|
||||||
${LIBLIMESUITESRC}/src/Logger.cpp
|
${LIBLIMESUITESRC}/src/Logger.cpp
|
||||||
@ -89,7 +88,6 @@ add_library(limesuite SHARED
|
|||||||
|
|
||||||
target_link_libraries(limesuite
|
target_link_libraries(limesuite
|
||||||
${LIBUSB_LIBRARIES}
|
${LIBUSB_LIBRARIES}
|
||||||
${SQLITE3_LIBRARIES}
|
|
||||||
)
|
)
|
||||||
|
|
||||||
install(TARGETS limesuite DESTINATION lib)
|
install(TARGETS limesuite DESTINATION lib)
|
||||||
|
Loading…
Reference in New Issue
Block a user