Skip to content

Commit

Permalink
fix group_wait test in cmake build.
Browse files Browse the repository at this point in the history
  • Loading branch information
iskunk authored and klemens-morgenstern committed Oct 9, 2023
1 parent b9fc531 commit f17be67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ process_standalone_test(pipe)

function(process_sub_launch_test name )
add_executable(boost_process_${name} ${name}.cpp)
target_link_libraries(boost_process_${name} Boost::process Boost::system Boost::filesystem Boost::thread Boost::unit_test_framework)
target_link_libraries(boost_process_${name} Boost::process Boost::system Boost::filesystem Boost::scope_exit Boost::thread Boost::unit_test_framework)
add_test(NAME boost_process_${name} COMMAND $<TARGET_FILE:boost_process_${name}> $<TARGET_FILE:boost_process_sub_launch> )
endfunction()

Expand Down

0 comments on commit f17be67

Please sign in to comment.