You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i#5888: Avoid fatal error on lib copy collision (#7264)
Switches from "cmake -E copy" to "cmake -E copy_if_different" for the
Windows library copies used for API standalone tests. We have seen
sporadic fatal errors from drconfiglib.dll failing to copy, presumably
because another rule already copied it. It has proven difficult to
figure out which rules are colliding, so we solve this by making it a
non-fatal error.
Fixes#5888
0 commit comments