Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CMake] Cleans for packaging #789

Merged
merged 7 commits into from Oct 4, 2018

Conversation

guparan
Copy link
Contributor

@guparan guparan commented Oct 1, 2018

A bunch of CMake changes I made for v18.06 construction.


This PR:

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

Reviewers will merge only if all these checks are true.

@guparan guparan added pr: status to review To notify reviewers to review this pull-request pr: clean Cleaning the code labels Oct 1, 2018
@guparan guparan changed the title Cmake improve install [CMake] Cleans for packaging Oct 1, 2018
string(REGEX REPLACE "\\/[^/]*/[^/]*$" "" Qt_location ${QtCore_location})
FILE(GLOB QT_PLUGINS "${Qt_location}/plugins/platforms/qwindows*.dll")
install(FILES ${QT_PLUGINS} DESTINATION "bin/platforms" COMPONENT applications)
# QT INSTALL

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pour une install des libs qt un peu moins dirty: https://github.com/cgogn/SCHNApps/blob/develop/schnapps/CMakeLists.txt
ps: j'ai qu'une target windows, faudrait faire la même pour mac

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On my TODO list for a long long time...

@guparan guparan added the pr: backport done This PR has been backported into the release before its milestone. label Oct 2, 2018
@guparan
Copy link
Contributor Author

guparan commented Oct 2, 2018

[ci-build][with-scene-tests]

@guparan guparan added pr: status ready Approved a pull-request, ready to be squashed and removed pr: status to review To notify reviewers to review this pull-request labels Oct 3, 2018
@guparan guparan merged commit a224f90 into sofa-framework:master Oct 4, 2018
@guparan guparan added this to the v18.06 milestone Oct 4, 2018
guparan added a commit to guparan/sofa that referenced this pull request Oct 4, 2018
[CMake] Cleans for packaging
# Conflicts:
#	CMakeLists.txt
#	SofaKernel/SofaFramework/CMakeLists.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: backport done This PR has been backported into the release before its milestone. pr: clean Cleaning the code pr: status ready Approved a pull-request, ready to be squashed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants