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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user