diff options
author | Josh Blum | 2013-01-20 17:18:12 -0800 |
---|---|---|
committer | Johnathan Corgan | 2013-01-20 18:33:38 -0800 |
commit | 1c35a739b6bc7d46132f9304843888e77fb1d22e (patch) | |
tree | 1aa9c667582c0db01b61faed434076feb7a494b8 /volk | |
parent | e41b7a54b2c7799bc4c3e177232574f1d38ccab9 (diff) | |
download | gnuradio-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.txt | 2 |
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) |