diff --git a/include/BoostRoot.cmake b/include/BoostRoot.cmake index c7897a3..1eea928 100644 --- a/include/BoostRoot.cmake +++ b/include/BoostRoot.cmake @@ -248,7 +248,7 @@ function(__boost_scan_dependencies lib var sub_folder) if(dep STREQUAL "headers" OR dep STREQUAL "boost" OR dep MATCHES "linking") continue() endif() - if(dep MATCHES "unit_test_framework|prg_exec_monitor|test_exec_monitor") + if(dep MATCHES "(included_)?(unit_test_framework|prg_exec_monitor|test_exec_monitor)") set(dep "test") elseif(dep STREQUAL "numpy") set(dep "python")