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

Select static from both_libraries in internal dep #12110

Closed
wants to merge 1 commit into from

Conversation

bruchar1
Copy link
Member

@bruchar1 bruchar1 commented Aug 11, 2023

Add .as_static() method to internal dependencies.

Internal dependencies can now choose between static and shared version
of a both_libraries linked library. This allows to use the same
dependency objects for building either a static or a shared library from
the same hierarchy of dependencies.

@bruchar1 bruchar1 changed the title Select static or shared from both_libraries in dep Select static from both_libraries in internal dep Aug 11, 2023
@bruchar1 bruchar1 requested a review from xclaesse August 11, 2023 15:15
@bruchar1
Copy link
Member Author

Regarding the FIXME comment in the test, I think I will be able to address it once #11981 is merged.

@tristan957 tristan957 added this to the 1.3.0 milestone Aug 17, 2023
Add `.as_static()` method to internal dependencies.

Internal dependencies can now choose between static and shared version
of a `both_libraries` linked library. This allows to use the same
dependency objects for building either a static or a shared library from
the same hierarchy of dependencies.
@bruchar1 bruchar1 requested a review from xclaesse October 10, 2023 15:43
@xclaesse xclaesse modified the milestones: 1.3.0, 1.4.0 Oct 17, 2023
@bruchar1
Copy link
Member Author

Closed in favor of #12632

@bruchar1 bruchar1 closed this Dec 14, 2023
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.

3 participants