summaryrefslogtreecommitdiff
path: root/volk
diff options
context:
space:
mode:
authorJohnathan Corgan2013-01-20 18:35:58 -0800
committerJohnathan Corgan2013-01-20 18:35:58 -0800
commit4435082f6167f0b5b519deaa1609572d596757dc (patch)
treebcec06ab7bd41aa93299af09e1e50a173bebe298 /volk
parent96b457a433dee6a4b814b188e20432ba459c694b (diff)
parent75e3954c0cfcd42898a323a178afabef5ba12e29 (diff)
downloadgnuradio-4435082f6167f0b5b519deaa1609572d596757dc.tar.gz
gnuradio-4435082f6167f0b5b519deaa1609572d596757dc.tar.bz2
gnuradio-4435082f6167f0b5b519deaa1609572d596757dc.zip
Merge branch 'maint'
Diffstat (limited to 'volk')
-rw-r--r--volk/apps/CMakeLists.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/volk/apps/CMakeLists.txt b/volk/apps/CMakeLists.txt
index a89a9409d..03ad92b79 100644
--- a/volk/apps/CMakeLists.txt
+++ b/volk/apps/CMakeLists.txt
@@ -18,9 +18,7 @@
########################################################################
# Setup profiler
########################################################################
-find_package(Boost COMPONENTS unit_test_framework)
-
-if(Boost_FOUND AND UNIX) #uses mkdir and $HOME
+if(Boost_FOUND)
if(MSVC)
include_directories(${CMAKE_SOURCE_DIR}/msvc)
@@ -48,4 +46,4 @@ install(
COMPONENT "volk"
)
-endif(Boost_FOUND AND UNIX)
+endif(Boost_FOUND)