aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
Diffstat (limited to 'host')
-rw-r--r--host/CMakeLists.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt
index 2c5c053b5..a990585c6 100644
--- a/host/CMakeLists.txt
+++ b/host/CMakeLists.txt
@@ -290,12 +290,9 @@ set(UHD_BOOST_REQUIRED_COMPONENTS
system
serialization
thread
+ unit_test_framework
)
-if(ENABLE_TESTS)
- list(APPEND UHD_BOOST_REQUIRED_COMPONENTS unit_test_framework)
-endif(ENABLE_TESTS)
-
include(UHDBoost)
include_directories(${Boost_INCLUDE_DIRS})