[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/02: support comedi whenever found
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/02: support comedi whenever found |
Date: |
Fri, 29 Aug 2014 22:00:23 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit 863812b0a43594cc0be8945a3798670add7c378d
Author: A. Maitland Bottoms <address@hidden>
Date: Tue Aug 26 13:42:09 2014 -0400
support comedi whenever found
Remove the LINUX dependency from the gr-comedi CMake rules,
as, for example, comedi also has support on Debian kFreeBSD
which is not a LINUX platform.
---
gr-comedi/CMakeLists.txt | 1 -
1 file changed, 1 deletion(-)
diff --git a/gr-comedi/CMakeLists.txt b/gr-comedi/CMakeLists.txt
index 7c67bb5..caf46ee 100644
--- a/gr-comedi/CMakeLists.txt
+++ b/gr-comedi/CMakeLists.txt
@@ -30,7 +30,6 @@ PKG_CHECK_MODULES(COMEDI comedilib)
include(GrComponent)
GR_REGISTER_COMPONENT("gr-comedi" ENABLE_GR_COMEDI
COMEDI_FOUND
- LINUX #comedi uses linux specific device noces
Boost_FOUND
ENABLE_GNURADIO_RUNTIME
)