summaryrefslogtreecommitdiff
path: root/volk
diff options
context:
space:
mode:
authorJosh Blum2013-01-20 17:18:12 -0800
committerJohnathan Corgan2013-01-20 18:33:38 -0800
commit1c35a739b6bc7d46132f9304843888e77fb1d22e (patch)
tree1aa9c667582c0db01b61faed434076feb7a494b8 /volk
parente41b7a54b2c7799bc4c3e177232574f1d38ccab9 (diff)
downloadgnuradio-1c35a739b6bc7d46132f9304843888e77fb1d22e.tar.gz
gnuradio-1c35a739b6bc7d46132f9304843888e77fb1d22e.tar.bz2
gnuradio-1c35a739b6bc7d46132f9304843888e77fb1d22e.zip
volk: remove bad find_package missing components, this is declared in top level
Diffstat (limited to 'volk')
-rw-r--r--volk/apps/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/volk/apps/CMakeLists.txt b/volk/apps/CMakeLists.txt
index a89a9409d..04bc3beb5 100644
--- a/volk/apps/CMakeLists.txt
+++ b/volk/apps/CMakeLists.txt
@@ -18,8 +18,6 @@
########################################################################
# Setup profiler
########################################################################
-find_package(Boost COMPONENTS unit_test_framework)
-
if(Boost_FOUND AND UNIX) #uses mkdir and $HOME
if(MSVC)