Skip to content

Commit 94562c9

Browse files
committed
Merge branch 'maint'
2 parents 01c3923 + cbb0698 commit 94562c9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cmake/Modules/FindUSB.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if(NOT LIBUSB_FOUND)
88
/usr/local/include
99
)
1010

11-
find_library(LIBUSB_LIBRARIES NAMES usb-1.0
11+
find_library(LIBUSB_LIBRARIES NAMES usb-1.0 usb
1212
PATHS
1313
${LIBUSB_PKG_LIBRARY_DIRS}
1414
/usr/lib

gr-comedi/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ PKG_CHECK_MODULES(COMEDI comedilib)
3030
include(GrComponent)
3131
GR_REGISTER_COMPONENT("gr-comedi" ENABLE_GR_COMEDI
3232
COMEDI_FOUND
33-
LINUX #comedi uses linux specific device noces
3433
Boost_FOUND
3534
ENABLE_GNURADIO_RUNTIME
3635
)

0 commit comments

Comments
 (0)