Skip to content

Commit 3c1008a

Browse files
committed
Use Boost-Include since included_test_exec_monitor isn't yet recognized by the scanner
1 parent b2391bf commit 3c1008a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ endif()
2222
set(PREFIX "boost_sort_")
2323
set(LINK_LIBRARIES Boost::sort Boost::included_test_exec_monitor)
2424

25+
# Boost::included_test_exec_monitor is not yet recognized by the automatic scan
26+
# Boost-Include: Boost::test_exec_monitor
27+
2528
function(boost_sort_add_test name source)
2629
set(pname "${PREFIX}${name}")
2730
add_executable(${pname} ${source})

0 commit comments

Comments
 (0)