diff options
author | Tom Rondeau | 2012-04-06 13:40:55 -0400 |
---|---|---|
committer | Tom Rondeau | 2012-04-06 13:40:55 -0400 |
commit | faf1d33bb2dee40917aa930aa0eee37672dd0fe6 (patch) | |
tree | fa4aae8187b849d54cc0139ae516475032cbce6d /CMakeLists.txt | |
parent | 99ebcc1c3ff453ea10e934ef1904b42821d589f1 (diff) | |
download | gnuradio-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.txt | 3 |
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 ######################################################################## |