From faf1d33bb2dee40917aa930aa0eee37672dd0fe6 Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Fri, 6 Apr 2012 13:40:55 -0400 Subject: build: properly handle the VM circbuf; was forcing tmp file usage on all platforms. --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') 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 ######################################################################## -- cgit