[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/07: cmake: gr-dtv: fix internal GR compo
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/07: cmake: gr-dtv: fix internal GR component dependencies |
Date: |
Mon, 13 Oct 2014 21:00:46 +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 51d442826a706cc6192efabf92e054c8e0873379
Author: Michael Dickens <address@hidden>
Date: Fri Sep 5 10:37:41 2014 -0400
cmake: gr-dtv: fix internal GR component dependencies
---
gr-dtv/CMakeLists.txt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gr-dtv/CMakeLists.txt b/gr-dtv/CMakeLists.txt
index bccfff7..fc7ab56 100644
--- a/gr-dtv/CMakeLists.txt
+++ b/gr-dtv/CMakeLists.txt
@@ -30,6 +30,9 @@ include(GrComponent)
GR_REGISTER_COMPONENT("gr-dtv" ENABLE_GR_DTV
Boost_FOUND
ENABLE_GNURADIO_RUNTIME
+ ENABLE_GR_ANALOG
+ ENABLE_GR_FILTER
+ ENABLE_GR_FEC
)
GR_SET_GLOBAL(GR_DTV_INCLUDE_DIRS
- [Commit-gnuradio] [gnuradio] branch maint updated (a590a37 -> c80fcdb), git, 2014/10/13
- [Commit-gnuradio] [gnuradio] 01/07: cmake: gr-dtv: fix internal GR component dependencies,
git <=
- [Commit-gnuradio] [gnuradio] 03/07: cmake: Use APPLE, not matching Darwin, git, 2014/10/13
- [Commit-gnuradio] [gnuradio] 06/07: cmake: modtool: make sure our local CMake Modules path comes first., git, 2014/10/13
- [Commit-gnuradio] [gnuradio] 07/07: cmake: modtool: update copyright date., git, 2014/10/13
- [Commit-gnuradio] [gnuradio] 04/07: cmake: modtool: allow the use of a MODULES_DIR to specify where cmake modules are installed., git, 2014/10/13
- [Commit-gnuradio] [gnuradio] 05/07: cmake: modtool: On Apple only, set install name and use rpath correctly., git, 2014/10/13
- [Commit-gnuradio] [gnuradio] 02/07: cmake: OSS is not for APPLE or WINDOWS., git, 2014/10/13