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

Make mrtrix::gui to not depend on mrtrix::headless #2750

Merged
merged 1 commit into from
Nov 15, 2023
Merged

Conversation

daljit46
Copy link
Member

Uses LINK_DEPENDS_NO_SHARED to ensure that the gui library does not have a file level dependency on the shared library files of the mrtrix::headless lib. This prevents mrtrix::gui to be relinked on every modification of mrtrix::headless, but only on those that trigger a change in header files.

Use LINK_DEPENDS_NO_SHARED to ensure that the gui library does not have a file level dependency on the shared library files of the mrtrix::headless lib. This prevents mrtrix::gui to be relinked on every modification of mrtrix::headless.
Copy link

clang-tidy review says "All clean, LGTM! 👍"

@daljit46 daljit46 added the build label Nov 15, 2023
@daljit46 daljit46 merged commit 43f0b83 into dev Nov 15, 2023
6 checks passed
@daljit46 daljit46 deleted the nolinkguiheadless branch November 15, 2023 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant