Skip to content

Commit

Permalink
Require Boost unit_test_framework on CMakeLists
Browse files Browse the repository at this point in the history
As indicated in #28, the macOS build requires an explicit find_package
call to find the Boost::unit_test_framework component to which each unit
test application is linked (via the GR_ADD_CPP_TEST call).
  • Loading branch information
igorauad committed Oct 24, 2023
1 parent dacdb25 commit 924d374
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 924d374

Please sign in to comment.