2
0
mirror of https://github.com/boostorg/cmake.git synced 2026-01-19 04:02:15 +00:00

Handle Boost::included_test* targets

This commit is contained in:
Alexander Grund
2025-10-27 13:37:41 +01:00
parent b49c365005
commit e6bd4260fc

View File

@@ -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")