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

Stop constant relink after cmake #191

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

poelmanc
Copy link
Contributor

The prior CMake logic wrote the .def file whenever CMake was run. This forced the next build to relink the library, even when nothing changed, which forced all downstream libraries to relink.

This change simplifies the CMake logic and only writes the .def file when its contents change.

Previously library relinks after every CMake run, even when nothing changes,
forcing all downstream project libraries to relink as well.
@poelmanc
Copy link
Contributor Author

Sorry, I based this patch on 'master' which I now see is dead. Does general new development like these cmake fixes belong on '3.3' perhaps or elsewhere?

@9EOR9
Copy link
Collaborator

9EOR9 commented Mar 1, 2022

default branch is 3.3 - master is not in use anymore and will be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants