Skip to content

Commit

Permalink
Limit DLL copy concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Feb 19, 2025
1 parent 2c2cc74 commit 1cb9207
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,13 +224,14 @@ foreach(test IN LISTS tests)
POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy -t $<TARGET_FILE_DIR:${test}> $<TARGET_RUNTIME_DLLS:${test}>
COMMAND_EXPAND_LISTS
USES_TERMINAL TRUE
)

if(${test} IN_LIST skipped_tests)
set_tests_properties(
${test}
PROPERTIES
DISABLED True
DISABLED TRUE
)
endif()
endforeach()

0 comments on commit 1cb9207

Please sign in to comment.