diff options
author | Bastian Bloessl <mail@bastibl.net> | 2017-01-29 10:48:46 +0100 |
---|---|---|
committer | Bastian Bloessl <mail@bastibl.net> | 2017-03-22 13:26:17 +0100 |
commit | 6a68b9bbfd49531f696ae0ab6cc764fdabb94999 (patch) | |
tree | 4f58792ba49fc54bac97385bcb1f5549d0694d2f /gr-dtv/CMakeLists.txt | |
parent | 4433a7703fe3f5713c2200a0f7c11b13510f34cc (diff) |
cmake: fix component dependencies
Diffstat (limited to 'gr-dtv/CMakeLists.txt')
-rw-r--r-- | gr-dtv/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-dtv/CMakeLists.txt b/gr-dtv/CMakeLists.txt index b57429dea7..9cca0b0f5c 100644 --- a/gr-dtv/CMakeLists.txt +++ b/gr-dtv/CMakeLists.txt @@ -36,6 +36,7 @@ GR_REGISTER_COMPONENT("gr-dtv" ENABLE_GR_DTV ENABLE_GR_ANALOG ENABLE_GR_FILTER ENABLE_GR_FEC + ENABLE_VOLK ) GR_SET_GLOBAL(GR_DTV_INCLUDE_DIRS |