summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTom Rondeau2012-04-06 13:40:55 -0400
committerTom Rondeau2012-04-06 13:40:55 -0400
commitfaf1d33bb2dee40917aa930aa0eee37672dd0fe6 (patch)
treefa4aae8187b849d54cc0139ae516475032cbce6d /CMakeLists.txt
parent99ebcc1c3ff453ea10e934ef1904b42821d589f1 (diff)
downloadgnuradio-faf1d33bb2dee40917aa930aa0eee37672dd0fe6.tar.gz
gnuradio-faf1d33bb2dee40917aa930aa0eee37672dd0fe6.tar.bz2
gnuradio-faf1d33bb2dee40917aa930aa0eee37672dd0fe6.zip
build: properly handle the VM circbuf; was forcing tmp file usage on all platforms.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a9cbe055a..949d06893 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -202,6 +202,9 @@ CPACK_COMPONENT("volk_devel"
add_subdirectory(volk)
endif(ENABLE_VOLK)
+
+GR_VMCIRCBUF()
+
########################################################################
# Distribute the README file
########################################################################