diff options
author | Josh Blum | 2013-01-20 17:18:12 -0800 |
---|---|---|
committer | Josh Blum | 2013-01-20 17:18:12 -0800 |
commit | 0d22d512ac77e61106a04801fb2a3ea4cb716170 (patch) | |
tree | 93ce61c872e4141a99deae39ae7b522411b8b1d0 /volk | |
parent | 1e6db7d187f0bb9835872d659fcaa4e7f3ba577f (diff) | |
download | gnuradio-0d22d512ac77e61106a04801fb2a3ea4cb716170.tar.gz gnuradio-0d22d512ac77e61106a04801fb2a3ea4cb716170.tar.bz2 gnuradio-0d22d512ac77e61106a04801fb2a3ea4cb716170.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 ee56b11c2..51d8d069d 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) |