From 0d22d512ac77e61106a04801fb2a3ea4cb716170 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sun, 20 Jan 2013 17:18:12 -0800 Subject: volk: remove bad find_package missing components, this is declared in top level --- volk/apps/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'volk') 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) -- cgit