diff --git a/CMakeLists.txt b/CMakeLists.txt index aae381f..a943b1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -111,9 +111,10 @@ if(APPLE) endif(APPLE) ######################################################################## -# Find gnuradio build dependencies +# Find OOT build dependencies ######################################################################## find_package(Doxygen) +find_package(Boost REQUIRED unit_test_framework) ######################################################################## # PyBind11 Related