Skip to content

Conversation

@olivier-roussel
Copy link
Contributor

On Windows, all binaries that are linked at compilation stage should be in the same directory (or in some directory in the PATH env var, but we do not want to modify it and we should not).
This is already done for release builds at the postinstall step. This is also the case in build directory. But after a build install (i.e. cmake install call) on non-release builds, this was not done. This PR enables the binaries copy as done in releases for all Windows builds.

It also remove the collection related stuff in the postinstall script which are deprecated.


By submitting this pull request, I acknowledge that
I have read, understand, and agree SOFA Developer Certificate of Origin (DCO).


Reviewers will merge this pull-request only if

  • it builds with SUCCESS for all platforms on the CI.
  • it does not generate new warnings.
  • it does not generate new unit test failures.
  • it does not generate new scene test failures.
  • it does not break API compatibility.
  • it is more than 1 week old (or has fast-merge label).

@olivier-roussel olivier-roussel added pr: fix Fix a bug pr: status to review To notify reviewers to review this pull-request labels Jan 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: fix Fix a bug pr: status to review To notify reviewers to review this pull-request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants