summaryrefslogtreecommitdiff
path: root/gr-audio
diff options
context:
space:
mode:
authorJosh Blum2011-10-19 11:16:25 -0700
committerJosh Blum2011-10-19 11:16:25 -0700
commit7ed8b43e654ef613faf39c4298c15180b4114b1d (patch)
tree89abed6375c08a67b0529aef582cd0f53d99a6f9 /gr-audio
parent1cfa3791dab83b7bae1e4138f92e37364bd1c5ed (diff)
downloadgnuradio-7ed8b43e654ef613faf39c4298c15180b4114b1d.tar.gz
gnuradio-7ed8b43e654ef613faf39c4298c15180b4114b1d.tar.bz2
gnuradio-7ed8b43e654ef613faf39c4298c15180b4114b1d.zip
cmake: fix that component depends on component hack
Diffstat (limited to 'gr-audio')
-rw-r--r--gr-audio/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-audio/CMakeLists.txt b/gr-audio/CMakeLists.txt
index 839f4a49e..ce09c4456 100644
--- a/gr-audio/CMakeLists.txt
+++ b/gr-audio/CMakeLists.txt
@@ -28,7 +28,7 @@ include(GrBoost)
include(GrComponent)
GR_REGISTER_COMPONENT("gr-audio" ENABLE_GR_AUDIO
Boost_FOUND
- ENABLE_GR_CORE_
+ ENABLE_GR_CORE
)
GR_SET_GLOBAL(GR_AUDIO_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/include)